-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [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
1 parent
5af5f83
commit 51408d3
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |