Skip to content

Commit

Permalink
release: 2.25.1
Browse files Browse the repository at this point in the history
- Fixed the localization for the human-readable timedelta getting stuck on non-English languages
  • Loading branch information
ericswpark committed Nov 24, 2023
1 parent 2b1926e commit 4f7b491
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,31 @@ The format is based on [Keep a Changelog][keep-a-changelog].

# [Unreleased]

[Unreleased]: https://github.com/shipperstack/shipper/compare/2.25.0...HEAD
[Unreleased]: https://github.com/shipperstack/shipper/compare/2.25.1...HEAD


# [2.25.1] - 2023-11-23

## Changed
- Fixed the localization for the human-readable timedelta getting stuck on non-English languages

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


# [2.25.0] - 2023-11-23

This release contains a database migration.

# Added
## Added
- Added preliminary x86 build support to shipper

# Changed
## 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
## 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
Expand Down
2 changes: 1 addition & 1 deletion server/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.25.0
2.25.1
2 changes: 1 addition & 1 deletion shippy/shippy/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.25.0"
__version__ = "2.25.1"
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.25.0
2.25.1

0 comments on commit 4f7b491

Please sign in to comment.