Skip to content

Commit

Permalink
prep for 0.8.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Ramsay <[email protected]>
  • Loading branch information
seapagan committed Aug 19, 2024
1 parent c6c10d5 commit f834ba4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ For the origigal 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.8.0](https://github.com/seapagan/lice2/releases/tag/0.8.0) (August 19, 2024)

**New Features**

Expand All @@ -20,11 +20,15 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Move templates into subfolder ([#3](https://github.com/seapagan/lice2/pull/3)) by [seapagan](https://github.com/seapagan)
- Refactor with strict ruff and mypy linting ([#1](https://github.com/seapagan/lice2/pull/1)) by [seapagan](https://github.com/seapagan)

**Documentation**

- Add new CHANGELOG and consolidate the old ones ([#6](https://github.com/seapagan/lice2/pull/6)) by [seapagan](https://github.com/seapagan)

**Dependency Updates**

- Bump pre-commit from 3.5.0 to 3.8.0 ([#2](https://github.com/seapagan/lice2/pull/2)) by [dependabot[bot]](https://github.com/apps/dependabot)

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

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

Expand Down
2 changes: 1 addition & 1 deletion lice2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ def resource_listdir(
]


__version__ = "0.7"
__version__ = "0.8.0"

__all__ = ["resource_listdir", "resource_stream"]
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.7.0"
version = "0.8.0"
description = "Generate license files for your projects"
authors = ["Grant Ramsay <[email protected]>"]
license = "BSD"
Expand Down

0 comments on commit f834ba4

Please sign in to comment.