Skip to content

Commit

Permalink
release: 2.38.1
Browse files Browse the repository at this point in the history
- The release helper now supports command aliases


- Fixed faulty healthcheck for the nginx container in the Docker Compose configuration
- Fixed the release helper not checking the commit message length
- General code cleanup
- The release helper now sorts and organizes commits when writing the new changelog
- Updated dependencies (server)
  - requests (2.32.2 -> 2.32.3)
  - sentry-sdk (2.3.1 -> 2.4.0)
  - sentry-sdk (2.4.0 -> 2.5.0)
- Updated dependencies (release-helper)
  - clap (4.5.4 -> 4.5.6)
- Updated dependencies (shippy)
  - requests (2.32.2 -> 2.32.3)
  - sentry-sdk (2.3.1 -> 2.4.0)
  - sentry-sdk (2.4.0 -> 2.5.0)
  • Loading branch information
ericswpark committed Jun 8, 2024
1 parent 045e18b commit 4d514cd
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 4 deletions.
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,32 @@ The format is based on [Keep a Changelog][keep-a-changelog].

# [Unreleased]

[Unreleased]: https://github.com/shipperstack/shipper/compare/2.38.0...HEAD
[Unreleased]: https://github.com/shipperstack/shipper/compare/2.38.1...HEAD

# [2.38.1] - 2024-06-08

## Added

- The release helper now supports command aliases

## Changed

- Fixed faulty healthcheck for the nginx container in the Docker Compose configuration
- Fixed the release helper not checking the commit message length
- General code cleanup
- The release helper now sorts and organizes commits when writing the new changelog
- Updated dependencies (server)
- requests (2.32.2 -> 2.32.3)
- sentry-sdk (2.3.1 -> 2.4.0)
- sentry-sdk (2.4.0 -> 2.5.0)
- Updated dependencies (release-helper)
- clap (4.5.4 -> 4.5.6)
- Updated dependencies (shippy)
- requests (2.32.2 -> 2.32.3)
- sentry-sdk (2.3.1 -> 2.4.0)
- sentry-sdk (2.4.0 -> 2.5.0)

[2.38.1]: https://github.com/shipperstack/shipper/compare/2.38.0...2.38.1

# [2.38.0] - 2024-05-27

Expand Down
2 changes: 1 addition & 1 deletion server/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.38.0
2.38.1
2 changes: 1 addition & 1 deletion shippy/shippy/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.38.0"
__version__ = "2.38.1"
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.38.0
2.38.1

0 comments on commit 4d514cd

Please sign in to comment.