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

Commit

Permalink
Release 1.10.0a0
Browse files Browse the repository at this point in the history
- Added better logging

- A lot of code refactoring to reduce bugs and clean up logic
- Updated library dependencies
  - setuptools (65.6.3 -> 65.7.0)
  - sentry-sdk (1.12.1 -> 1.13.0)
  - rich (13.0.0 -> 13.0.1)
  - requests (2.28.1 -> 2.28.2)
  • Loading branch information
ericswpark committed Jan 14, 2023
1 parent b5428b5 commit 95b5809
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ The format is based on [Keep a Changelog][keep-a-changelog].
# [Unreleased]


# 1.10.0a0

## Added
- Added better logging

## Changed
- A lot of code refactoring to reduce bugs and clean up logic
- Updated library dependencies
- setuptools (65.6.3 -> 65.7.0)
- sentry-sdk (1.12.1 -> 1.13.0)
- rich (13.0.0 -> 13.0.1)
- requests (2.28.1 -> 2.28.2)


# [1.9.0] - 2023-01-08

## Added
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.9.0"
__version__ = "1.10.0a0"

server_compat_version = "2.9.2"

0 comments on commit 95b5809

Please sign in to comment.