Skip to content

Commit

Permalink
release: 2.37.0
Browse files Browse the repository at this point in the history
- Added prechecks on shipper and shippy to check build duplicity before uploading

- Fixed a bug where the token check API endpoint was caching the results
- Fixed a bug that was causing date conversion test failures on Windows
- Updated dependencies (shippy)
  - sentry-sdk (2.0.1 -> 2.1.1)
- Updated dependencies (server)
  - django (5.0.4 -> 5.0.6)
  - sentry-sdk (2.0.1 -> 2.1.1)
- General code cleanup
  • Loading branch information
ericswpark committed May 11, 2024
1 parent 2e99393 commit 4ab940f
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,26 @@ The format is based on [Keep a Changelog][keep-a-changelog].

# [Unreleased]

[Unreleased]: https://github.com/shipperstack/shipper/compare/2.36.8...HEAD
[Unreleased]: https://github.com/shipperstack/shipper/compare/2.37.0...HEAD

# [2.37.0] - 2024-05-11

## Added

- Added prechecks on shipper and shippy to check build duplicity before uploading

## Changed

- Fixed a bug where the token check API endpoint was caching the results
- Fixed a bug that was causing date conversion test failures on Windows
- Updated dependencies (shippy)
- sentry-sdk (2.0.1 -> 2.1.1)
- Updated dependencies (server)
- django (5.0.4 -> 5.0.6)
- sentry-sdk (2.0.1 -> 2.1.1)
- General code cleanup

[2.37.0]: https://github.com/shipperstack/shipper/compare/2.36.8...2.37.0

# [2.36.8] - 2024-05-06

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

0 comments on commit 4ab940f

Please sign in to comment.