Skip to content

Commit

Permalink
release: 2.33.0
Browse files Browse the repository at this point in the history
- Added command to unset missing build files

- Updated library dependencies (shippy)
  - sentry-sdk (1.42.0 -> 1.44.0)
- Updated library dependencies (server)
	- djangorestframework (3.14.0 -> 3.15.0)
	- sentry-sdk (1.42.0 -> 1.44.0)
	- djangorestframework (3.15.0 -> 3.15.1)
- shipper now loads environment variables from a dotfile if it is available
- Build files can now be unset for build offloading
  • Loading branch information
ericswpark committed Apr 2, 2024
1 parent e5ce168 commit 5c7368b
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,25 @@ The format is based on [Keep a Changelog][keep-a-changelog].

# [Unreleased]

[Unreleased]: https://github.com/shipperstack/shipper/compare/2.32.0...HEAD
[Unreleased]: https://github.com/shipperstack/shipper/compare/2.33.0...HEAD


# [2.33.0] - 2024-04-02

## Added
- Added command to unset missing build files

## Changed
- Updated library dependencies (shippy)
- sentry-sdk (1.42.0 -> 1.44.0)
- Updated library dependencies (server)
- djangorestframework (3.14.0 -> 3.15.0)
- sentry-sdk (1.42.0 -> 1.44.0)
- djangorestframework (3.15.0 -> 3.15.1)
- shipper now loads environment variables from a dotfile if it is available
- Build files can now be unset for build offloading

[2.33.0]: https://github.com/shipperstack/shipper/compare/2.32.0...2.33.0


# [2.32.0] - 2024-03-18
Expand Down
2 changes: 1 addition & 1 deletion server/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.32.0
2.33.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.32.0"
__version__ = "2.33.0"
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.32.0
2.33.0

0 comments on commit 5c7368b

Please sign in to comment.