Skip to content

Commit

Permalink
chore(release): 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.1](v1.0.0...v1.0.1) (2022-11-20)

### Bug Fixes

* add __init__.py to git asset list ([fde2453](fde2453))
* add --without-hashes to fix python-poetry/poetry#3472 ([93ca1ec](93ca1ec))
* raise errors on build and test ([05d148c](05d148c))
  • Loading branch information
semantic-release-bot committed Nov 20, 2022
1 parent 05d148c commit f36d016
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.0.1](https://github.com/Greenroom-Robotics/platform_cli/compare/v1.0.0...v1.0.1) (2022-11-20)


### Bug Fixes

* add __init__.py to git asset list ([fde2453](https://github.com/Greenroom-Robotics/platform_cli/commit/fde24539e8e44e6d497306864f327b9b98949173))
* add --without-hashes to fix https://github.com/python-poetry/poetry/issues/3472 ([93ca1ec](https://github.com/Greenroom-Robotics/platform_cli/commit/93ca1ecd0bc495ef4dfeb62b73e410763c8ae222))
* raise errors on build and test ([05d148c](https://github.com/Greenroom-Robotics/platform_cli/commit/05d148c0f6837cf1c9b5183ffe233ffada5c23c8))

## 1.0.0 (2022-09-18)


Expand Down
2 changes: 1 addition & 1 deletion platform_cli/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.1"
__version__ = 1.0.1

0 comments on commit f36d016

Please sign in to comment.