Skip to content

Commit

Permalink
release: 2.37.8
Browse files Browse the repository at this point in the history
- shippy now prints 5xx error codes returned from the server
  • Loading branch information
ericswpark committed May 23, 2024
1 parent 5581284 commit 0e9ff77
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,20 @@ The format is based on [Keep a Changelog][keep-a-changelog].

# [Unreleased]

[Unreleased]: https://github.com/shipperstack/shipper/compare/2.37.7...HEAD
[Unreleased]: https://github.com/shipperstack/shipper/compare/2.37.8...HEAD

# [2.37.8] - 2024-05-23

## Changed

- shippy now prints 5xx error codes returned from the server

[2.37.8]: https://github.com/shipperstack/shipper/compare/2.37.7...2.37.8

# [2.37.7] - 2024-05-23

## Changed

- Fixed server generating an error if the build was deleted before mirroring auto-retry occurred
- Updated dependencies (shippy)
- requests (2.31.0 -> 2.32.2)
Expand All @@ -23,6 +33,8 @@ The format is based on [Keep a Changelog][keep-a-changelog].

# [2.37.6] - 2024-05-17

## Changed

- Updated dependencies (shippy)
- sentry-sdk (2.1.1 -> 2.2.0)
- Updated dependencies (server)
Expand Down
2 changes: 1 addition & 1 deletion server/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.37.7
2.37.8
2 changes: 1 addition & 1 deletion shippy/shippy/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.37.7"
__version__ = "2.37.8"
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.37.7
2.37.8

0 comments on commit 0e9ff77

Please sign in to comment.