Skip to content

Commit

Permalink
chore(release): 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.5.0](v1.4.0...v1.5.0) (2024-11-18)

### Features

* workspace functionality aka russ's super cool secret branch ([#7](#7)) ([b4cd70b](b4cd70b))

### Bug Fixes

* don't call self, use functions instead ([2a1d993](2a1d993))
* process calling now sends SIGINT, SIGTERM correctly ([c51d487](c51d487))
* typing issues ([#8](#8)) ([5af5f83](5af5f83))
* update Dockerfile assets ([8653dd6](8653dd6))
* use merge strategy ([b1d90dd](b1d90dd))
  • Loading branch information
semantic-release-bot committed Nov 18, 2024
1 parent 5af5f83 commit 51408d3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [1.5.0](https://github.com/Greenroom-Robotics/platform_cli/compare/v1.4.0...v1.5.0) (2024-11-18)


### Features

* workspace functionality aka russ's super cool secret branch ([#7](https://github.com/Greenroom-Robotics/platform_cli/issues/7)) ([b4cd70b](https://github.com/Greenroom-Robotics/platform_cli/commit/b4cd70bf9107ca9019e34326abfb68eb1cb8bf04))


### Bug Fixes

* don't call self, use functions instead ([2a1d993](https://github.com/Greenroom-Robotics/platform_cli/commit/2a1d993930ba735eac33601a36faeef75ceccc3c))
* process calling now sends SIGINT, SIGTERM correctly ([c51d487](https://github.com/Greenroom-Robotics/platform_cli/commit/c51d487bb4544ddf6de13d677293997660130668))
* typing issues ([#8](https://github.com/Greenroom-Robotics/platform_cli/issues/8)) ([5af5f83](https://github.com/Greenroom-Robotics/platform_cli/commit/5af5f83c0ddd5b0e2928f3302e854f250df11f53))
* update Dockerfile assets ([8653dd6](https://github.com/Greenroom-Robotics/platform_cli/commit/8653dd6b22d8f6a304f9197e875c949dded0ad5e))
* use merge strategy ([b1d90dd](https://github.com/Greenroom-Robotics/platform_cli/commit/b1d90ddc64b49e95e4405fcdc837dca22e027f88))

## [1.4.0](https://github.com/Greenroom-Robotics/platform_cli/compare/v1.3.3...v1.4.0) (2024-06-12)


Expand Down
2 changes: 1 addition & 1 deletion platform_cli/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# This is generated by scripts/version.sh as part of the release process
__version__ = "1.4.0"
__version__ = "1.5.0"

0 comments on commit 51408d3

Please sign in to comment.