Skip to content

Commit

Permalink
release: 2.33.2
Browse files Browse the repository at this point in the history
This release contains a database migration.

- fix(server): drop unique requirement from build file
- refactor(server): move main server avail check to models
- fix(server): downloads: return 503 if zip file is offloaded
  • Loading branch information
ericswpark committed Apr 5, 2024
1 parent 6709737 commit 8d4758a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,19 @@ The format is based on [Keep a Changelog][keep-a-changelog].

# [Unreleased]

[Unreleased]: https://github.com/shipperstack/shipper/compare/2.33.1...HEAD
[Unreleased]: https://github.com/shipperstack/shipper/compare/2.33.2...HEAD


# [2.33.2] - 2024-04-05

This release contains a database migration.

## Changed
- fix(server): drop unique requirement from build file
- refactor(server): move main server avail check to models
- fix(server): downloads: return 503 if zip file is offloaded

[2.33.2]: https://github.com/shipperstack/shipper/compare/2.33.1...2.33.2


# [2.33.1] - 2024-04-02
Expand All @@ -19,6 +31,8 @@ The format is based on [Keep a Changelog][keep-a-changelog].

# [2.33.0] - 2024-04-02

This release contains a database migration.

## Added
- Added command to unset missing build files

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

0 comments on commit 8d4758a

Please sign in to comment.