Skip to content

Commit

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

- Added preliminary x86 build support to shipper

- Fixed timedelta string not being translated (#248)
- Updated help text in the admin page
- Build variants are now handled as database model objects
- General code cleanup

- The variant configuration option has been deprecated and is slated for removal in the next release
  • Loading branch information
ericswpark committed Nov 24, 2023
1 parent c384a47 commit 232ce1e
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.24.2...HEAD
[Unreleased]: https://github.com/shipperstack/shipper/compare/2.25.0...HEAD


# [2.25.0] - 2023-11-23

This release contains a database migration.

# Added
- Added preliminary x86 build support to shipper

# Changed
- Fixed timedelta string not being translated (#248)
- Updated help text in the admin page
- Build variants are now handled as database model objects
- General code cleanup

# Removed
- The variant configuration option has been deprecated and is slated for removal in the next release

[2.25.0]: https://github.com/shipperstack/shipper/compare/2.24.2...2.25.0


# [2.24.2] - 2023-11-23
Expand Down
2 changes: 1 addition & 1 deletion server/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.24.2
2.25.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.24.2"
__version__ = "2.25.0"
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.24.2
2.25.0

0 comments on commit 232ce1e

Please sign in to comment.