Skip to content

Commit

Permalink
version 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan6419846 committed Jun 3, 2024
1 parent bb1f4d8 commit d6c1626
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Development version

# Version 0.11.0 - 2024-06-03

* Prefer logging over printing.
* Move download functionality to dedicated methods.
* Make `Cargo.toml` metadata parsing optional.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "license_tools"
description = "Collection of tools for working with Open Source licenses"
version = "0.10.0"
version = "0.11.0"
license = {text = "Apache-2.0"}
readme = {file = "README.md", content-type = "text/markdown"}
authors = [
Expand Down

0 comments on commit d6c1626

Please sign in to comment.