Skip to content

Commit

Permalink
prep for 0.9.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 24, 2024
1 parent f73c879 commit 9d918eb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ build
.vscode/
.changelog_generator.toml
.python-version
site/
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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).


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

**New Features**

Expand All @@ -17,9 +17,13 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

**Testing**

- WIP on improving tests ([#9](https://github.com/seapagan/lice2/pull/9)) by [seapagan](https://github.com/seapagan)
- Improve test coverage ([#9](https://github.com/seapagan/lice2/pull/9)) by [seapagan](https://github.com/seapagan)

[`Full Changelog`](https://github.com/seapagan/lice2/compare/0.8.0...HEAD) | [`Diff`](https://github.com/seapagan/lice2/compare/0.8.0...HEAD.diff) | [`Patch`](https://github.com/seapagan/lice2/compare/0.8.0...HEAD.patch)
**Documentation**

- Create a docs website for the project ([#11](https://github.com/seapagan/lice2/pull/11)) by [seapagan](https://github.com/seapagan)

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

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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lice2"
version = "0.8.0"
version = "0.9.0"
description = "Generate license files for your projects"
authors = ["Grant Ramsay <seapagan@gmail.com>"]
license = "BSD"
Expand Down

0 comments on commit 9d918eb

Please sign in to comment.