From 9b3c0e2c10ae464ac03d967fc774588a8eaa6a59 Mon Sep 17 00:00:00 2001 From: tmorin Date: Thu, 20 Apr 2023 22:10:21 +0200 Subject: [PATCH] chore(release): release 1.12.0 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2376018..eab793f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased](https://github.com/tmorin/plantuml-generator/compare/v1.11.0...HEAD) (2023-04-20) +## [1.12.0](https://github.com/tmorin/plantuml-generator/compare/v1.11.0...v1.12.0) (2023-04-20) ### Features diff --git a/Cargo.lock b/Cargo.lock index 828deed..ef7a52f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1449,7 +1449,7 @@ checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160" [[package]] name = "plantuml-generator" -version = "1.11.0" +version = "1.12.0" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index b30090f..19b588f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "A command line utility to generate stuff for and with PlantUML." readme = "README.md" homepage = "https://github.com/tmorin/plantuml-generator#readme" repository = "https://github.com/tmorin/plantuml-generator" -version = "1.11.0" +version = "1.12.0" authors = ["Thibault Morin "] edition = "2021" license = "MIT"