Skip to content

Commit

Permalink
Increment version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ddebeau committed Aug 16, 2023
1 parent 514686c commit 5ca67fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.9.0](https://github.com/ddebeau/zfs_uploader/compare/0.8.1...0.9.0) 2023-08-16

### Added

- Add the ability to set an S3 key prefix
[#71](https://github.com/ddebeau/zfs_uploader/pull/71)

## [0.8.1](https://github.com/ddebeau/zfs_uploader/compare/0.8.0...0.8.1) 2023-01-25

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion zfs_uploader/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.8.1'
__version__ = '0.9.0'

BACKUP_DB_FILE = 'backup.db'
DATETIME_FORMAT = '%Y%m%d_%H%M%S'

0 comments on commit 5ca67fd

Please sign in to comment.