Skip to content

Commit

Permalink
release version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Brenner authored and brennerm committed Sep 28, 2023
1 parent 46070d7 commit b44040a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,23 @@ 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).

## [Unreleased]
## [v0.3.0] - 2023-09-28

## Added

- implement deletion of S3 object(s)
- implement upload of local file(s) to S3
- implement download of S3 object(s)
- allow to switch between S3 buckets
- implement dry run mode which disables all write operations

## Changed

- migrate codebase to new Textual version 0.38.1

## Removed

- remove components that have been replaced with built-in Textual components

## [v0.2.0] - 2021-12-01

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="bucketman",
version="0.2.0",
version="0.3.0",
description="A terminal application for working with S3 buckets.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit b44040a

Please sign in to comment.