Skip to content

Commit

Permalink
release: 2.40.0
Browse files Browse the repository at this point in the history
- The API now returns a one-click statistics and mirror-redirect download URL (#436)
- Fixed the server crashing on Windows due to a platform-dependent epoch conversion function call


- Removed OpenAPI schema generation from shipper
  • Loading branch information
ericswpark committed Jul 13, 2024
1 parent eb9ba2a commit 3f1f831
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,20 @@ The format is based on [Keep a Changelog][keep-a-changelog].

# [Unreleased]

[Unreleased]: https://github.com/shipperstack/shipper/compare/2.39.0...HEAD
[Unreleased]: https://github.com/shipperstack/shipper/compare/2.40.0...HEAD

# [2.40.0] - 2024-07-13

## Changed

- The API now returns a one-click statistics and mirror-redirect download URL (#436)
- Fixed the server crashing on Windows due to a platform-dependent epoch conversion function call

## Removed

- Removed OpenAPI schema generation from shipper

[2.40.0]: https://github.com/shipperstack/shipper/compare/2.39.0...2.40.0

# [2.39.0] - 2024-07-13

Expand Down
2 changes: 1 addition & 1 deletion server/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.39.0
2.40.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.39.0"
__version__ = "2.40.0"
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.39.0
2.40.0

0 comments on commit 3f1f831

Please sign in to comment.