Skip to content

Commit

Permalink
release version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Brenner committed Sep 28, 2023
1 parent d518e58 commit f4107f6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,27 @@ 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).

## [v0.3.1] - 2023-09-28

### Fixed

- include *.tcss files when packaging app

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

## Added
### 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
### Changed

- migrate codebase to new Textual version 0.38.1

## Removed
### Removed

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

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.3.0",
version="0.3.1",
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 f4107f6

Please sign in to comment.