Skip to content

Commit

Permalink
release/0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksmith15 committed Dec 22, 2021
1 parent 215eebe commit cb2bf2c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ Types of changes are:
* **Fixed** for any bug fixes.

## [Unreleased]


## [0.3.1] - 2021-12-22
### Fixed
* Removed extra period in an error message.
* Don't attempt to parse subprocess output according to theme. Add helpers for escaping text before formatting.
Expand Down Expand Up @@ -40,7 +43,8 @@ Types of changes are:
- Use custom templates
- Add plugins containing custom project type adapters

[Unreleased]: https://github.com/jacksmith15/workspace-cli/compare/0.3.0..HEAD
[Unreleased]: https://github.com/jacksmith15/workspace-cli/compare/0.3.1..HEAD
[0.3.1]: https://github.com/jacksmith15/workspace-cli/compare/0.3.0..0.3.1
[0.3.0]: https://github.com/jacksmith15/workspace-cli/compare/0.2.0..0.3.0
[0.2.0]: https://github.com/jacksmith15/workspace-cli/compare/0.1.0..0.2.0
[0.1.0]: https://github.com/jacksmith15/workspace-cli/compare/initial..0.1.0
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 = "workspace-cli"
version = "0.3.0"
version = "0.3.1"
description = "Manage interdependent projects in a workspace."
authors = ["Jack Smith"]
packages = [
Expand Down
2 changes: 1 addition & 1 deletion workspace/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.0"
__version__ = "0.3.1"

0 comments on commit cb2bf2c

Please sign in to comment.