Skip to content

Commit

Permalink
prep for 0.10.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Ramsay <seapagan@gmail.com>
  • Loading branch information
seapagan committed Aug 26, 2024
1 parent 35a826c commit 92eb0d6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ For the original changelog, please refer to the [OLD_CHANGELOG.md](OLD_CHANGELOG
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [0.10.0](https://github.com/seapagan/lice2/releases/tag/0.10.0) (August 26, 2024)

**Bug Fixes**

- Fix extra spaces and CR in output ([#14](https://github.com/seapagan/lice2/pull/14)) by [seapagan](https://github.com/seapagan)

[`Full Changelog`](https://github.com/seapagan/lice2/compare/0.9.0...0.10.0) | [`Diff`](https://github.com/seapagan/lice2/compare/0.9.0...0.10.0.diff) | [`Patch`](https://github.com/seapagan/lice2/compare/0.9.0...0.10.0.patch)

## [0.9.0](https://github.com/seapagan/lice2/releases/tag/0.9.0) (August 24, 2024)

**New Features**
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lice2"
version = "0.9.0"
version = "0.10.0"
description = "Generate license files for your projects"
authors = ["Grant Ramsay <seapagan@gmail.com>"]
license = "BSD"
Expand All @@ -9,6 +9,7 @@ readme = "README.md"
packages = [{ include = "lice2", from = "." }]

repository = "https://github.com/seapagan/lice2"
homepage = "https://seapagan.github.io/lice2/"

classifiers = [
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit 92eb0d6

Please sign in to comment.