Skip to content

Commit

Permalink
chore: release version 0.6.0
Browse files Browse the repository at this point in the history
Bump version 0.5.0 → 0.6.0
  • Loading branch information
clabe45 committed Jul 10, 2022
1 parent cd44afc commit c29a1d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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]

## [0.6.0] - 2022-07-09
### Changed
- Improve terminal output.
- Now exits with a status code of 0 (instead of 3) when no versions are entered.
Expand Down Expand Up @@ -89,7 +91,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Each version committed to local repo
- Range operators (`..` and `...`)

[Unreleased]: https://github.com/clabe45/shulkr/compare/v0.5.0...HEAD
[Unreleased]: https://github.com/clabe45/shulkr/compare/v0.6.0...HEAD
[0.6.0]: https://github.com/clabe45/shulkr/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/clabe45/shulkr/compare/v0.4.4...v0.5.0
[0.4.4]: https://github.com/clabe45/shulkr/compare/v0.4.3...v0.4.4
[0.4.3]: https://github.com/clabe45/shulkr/compare/v0.4.2...v0.4.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def package_files(directory: str) -> List[str]:

setup(
name='shulkr',
version='0.5.0',
version='0.6.0',
description='Decompile multiple versions of Minecraft with a single command (for research)',
long_description=README,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit c29a1d6

Please sign in to comment.