From b168541c9758a408ef825d768296e6526861caeb Mon Sep 17 00:00:00 2001 From: Florian Matter Date: Sun, 5 Nov 2023 10:54:29 -0800 Subject: [PATCH] release v0.1.2 --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fce055..394e384 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.2] - 2023-11-05 + ### Added * `new` command * text record detail view @@ -25,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial release -[Unreleased]: https://github.com/fmatter/lingcorp/compare/v0.1.1...HEAD +[Unreleased]: https://github.com/fmatter/lingcorp/compare/v0.1.2...HEAD +[0.1.2]: https://github.com/fmatter/lingcorp/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/fmatter/lingcorp/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/fmatter/lingcorp/commit/insert_this_by_hand \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index b3e9337..042d930 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lingcorp" -version = "0.1.2.dev" +version = "0.1.2" license = "Apache-2.0" homepage = "https://fl.mt/lingcorp" repository = "https://github.com/fmatter/lingcorp"