Skip to content

Commit 51408d3

Browse files
chore(release): 1.5.0 [skip ci]
## [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))
1 parent 5af5f83 commit 51408d3

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [1.5.0](https://github.com/Greenroom-Robotics/platform_cli/compare/v1.4.0...v1.5.0) (2024-11-18)
2+
3+
4+
### Features
5+
6+
* 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))
7+
8+
9+
### Bug Fixes
10+
11+
* don't call self, use functions instead ([2a1d993](https://github.com/Greenroom-Robotics/platform_cli/commit/2a1d993930ba735eac33601a36faeef75ceccc3c))
12+
* process calling now sends SIGINT, SIGTERM correctly ([c51d487](https://github.com/Greenroom-Robotics/platform_cli/commit/c51d487bb4544ddf6de13d677293997660130668))
13+
* typing issues ([#8](https://github.com/Greenroom-Robotics/platform_cli/issues/8)) ([5af5f83](https://github.com/Greenroom-Robotics/platform_cli/commit/5af5f83c0ddd5b0e2928f3302e854f250df11f53))
14+
* update Dockerfile assets ([8653dd6](https://github.com/Greenroom-Robotics/platform_cli/commit/8653dd6b22d8f6a304f9197e875c949dded0ad5e))
15+
* use merge strategy ([b1d90dd](https://github.com/Greenroom-Robotics/platform_cli/commit/b1d90ddc64b49e95e4405fcdc837dca22e027f88))
16+
117
## [1.4.0](https://github.com/Greenroom-Robotics/platform_cli/compare/v1.3.3...v1.4.0) (2024-06-12)
218

319

platform_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# This is generated by scripts/version.sh as part of the release process
2-
__version__ = "1.4.0"
2+
__version__ = "1.5.0"

0 commit comments

Comments
 (0)