Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jan 3, 2023
1 parent aa8ac58 commit b20ecd1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

<!--next-version-placeholder-->

## v0.2.0 (2023-01-03)
### Feature
* **actionbar:** Bump version ([`c950552`](https://github.com/Smithed-MC/Libraries/commit/c9505523f28915b2de816cfcfe27f7508cab8b8b))
* **actionbar:** Add API call for locked containers ([#19](https://github.com/Smithed-MC/Libraries/issues/19)) ([`2dfa1c5`](https://github.com/Smithed-MC/Libraries/commit/2dfa1c53e7485338482dd22502203e3fc4901d39))

### Fix
* Bug in stripping whitespace to be too eager ([`349c716`](https://github.com/Smithed-MC/Libraries/commit/349c7167302633e49c6b83b118c65c26ce8b72e4))

### Documentation
* Adjust more formatting ([`7bf0237`](https://github.com/Smithed-MC/Libraries/commit/7bf02377ac2bb57bbe9dd4c5ad8bf93d0e5e3e1c))
* Improve wording and formatting for new docs ([`127226c`](https://github.com/Smithed-MC/Libraries/commit/127226c4683b8ae00b4a1b24f4818d689c932fa4))

## v0.1.4 (2022-12-06)
### Fix
* Change documentation output ([`6589095`](https://github.com/Smithed-MC/Libraries//commit/6589095f637fe00f1546d260ff5d75d0e8f666d6))
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 = "smithed-libraries"
version = "0.1.4"
version = "0.2.0"
description = "All of the Smithed Libraries"
authors = ["Smithed Council <team@smithed.dev>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion smithed_libraries/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from . import plugins

__version__ = "0.1.4"
__version__ = "0.2.0"

__all__ = [
"actionbar",
Expand Down

0 comments on commit b20ecd1

Please sign in to comment.