Skip to content
This repository has been archived by the owner on Sep 3, 2023. It is now read-only.

Commit

Permalink
release: 1.11.1
Browse files Browse the repository at this point in the history
- Added an argument to show shippy's version
- Fixed a crash that occurred when the GitHub API was down
- Updated library dependencies
  - sentry-sdk (1.21.0 -> 1.23.1)
  - requests (2.29.0 -> 2.30.0)
  - setuptools (67.7.2 -> 67.8.0)
  • Loading branch information
ericswpark committed May 22, 2023
1 parent e3c5872 commit 715d98d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,22 @@ The format is based on [Keep a Changelog][keep-a-changelog].
# [Unreleased]


[Unreleased]: https://github.com/shipperstack/shippy/compare/1.11.0...HEAD
[Unreleased]: https://github.com/shipperstack/shippy/compare/1.11.1...HEAD


# [1.11.1] - 2023-05-22

## Added
- Added an argument to show shippy's version

## Changed
- Fixed a crash that occurred when the GitHub API was down
- Updated library dependencies
- sentry-sdk (1.21.0 -> 1.23.1)
- requests (2.29.0 -> 2.30.0)
- setuptools (67.7.2 -> 67.8.0)

[1.11.1]: https://github.com/shipperstack/shippy/compare/1.11.0...1.11.1


# [1.11.0] - 2023-04-30
Expand Down
2 changes: 1 addition & 1 deletion shippy/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "1.11.0"
__version__ = "1.11.1"

server_compat_version = "2.14.0"

0 comments on commit 715d98d

Please sign in to comment.