Skip to content

Commit

Permalink
release: 2.30.0
Browse files Browse the repository at this point in the history
- Fixed tests not working properly for the server component
- Fixed exception details getting lost for shippy
- Updated library dependencies (shippy)
	- setuptools (69.0.2 -> 69.0.3)
	- sentry-sdk (1.39.1 -> 1.39.2)
- Updated library dependencies (server)
	- django-dbbackup (4.0.2 -> 4.1.0)
  - sentry-sdk (1.39.1 -> 1.39.2)
- General code cleanup

- Removed unnecessary debug output for shippy
  • Loading branch information
ericswpark committed Jan 27, 2024
1 parent 393db99 commit 35dcebe
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.29.1...HEAD
[Unreleased]: https://github.com/shipperstack/shipper/compare/2.30.0...HEAD


# [2.30.0] - 2024-01-27

## Changed
- Fixed tests not working properly for the server component
- Fixed exception details getting lost for shippy
- Updated library dependencies (shippy)
- setuptools (69.0.2 -> 69.0.3)
- sentry-sdk (1.39.1 -> 1.39.2)
- Updated library dependencies (server)
- django-dbbackup (4.0.2 -> 4.1.0)
- sentry-sdk (1.39.1 -> 1.39.2)
- General code cleanup

## Removed
- Removed unnecessary debug output for shippy

[2.30.0]: https://github.com/shipperstack/shipper/compare/2.29.1...2.30.0


# [2.29.1] - 2023-12-25
Expand Down
2 changes: 1 addition & 1 deletion server/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.29.1
2.30.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.29.1"
__version__ = "2.30.0"
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.29.1
2.30.0

0 comments on commit 35dcebe

Please sign in to comment.