Skip to content

Commit

Permalink
prep for 0.12.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 Sep 2, 2024
1 parent 35f3af4 commit 1be7a0c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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 original changelog, please refer to the "OLD_CHANGELOG.md" file in the r
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [Unreleased](https://github.com/seapagan/lice2/tree/HEAD)
## [0.12.0](https://github.com/seapagan/lice2/releases/tag/0.12.0) (September 02, 2024)

**New Features**

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

- Tweak some of the test layouts and contents ([#32](https://github.com/seapagan/lice2/pull/32)) by [seapagan](https://github.com/seapagan)

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

- Refactor some of the logic in the CLI ([#35](https://github.com/seapagan/lice2/pull/35)) by [seapagan](https://github.com/seapagan)

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

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

Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,6 @@ falls back to the BSD-3 license.

## Integrate into your projects

**This is currently only available in the dev version.**

Lice now includes an API that can be imported into your Python projects! This
allows you to generate licenses from within your project. Here is an example:

Expand All @@ -277,8 +275,6 @@ more information.

## Integration with other tools

**This is currently only available in the dev version.**

This tool can output a list of availailable licenses and languages in JSON
format. This can be used to integrate with other non-Python tools. For example,
to get a list of licenses in JSON format:
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.12.0-dev"
version = "0.12.0"
description = "Generate license files for your projects"
authors = ["Grant Ramsay <[email protected]>"]
license = "BSD"
Expand Down

0 comments on commit 1be7a0c

Please sign in to comment.