Skip to content

Commit

Permalink
release version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clabe45 committed Dec 16, 2021
1 parent f943ef9 commit 9c70d64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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]
## [0.2.0] - 2021-12-16
### Added
- Negative version patterns

Expand All @@ -19,7 +19,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.1.1...HEAD
[Unreleased]: https://github.com/clabe45/shulkr/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/clabe45/shulkr/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/clabe45/shulkr/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/clabe45/shulkr/releases/tag/v0.1.0
[DecompilerMC]: https://github.com/hube12/DecompilerMC
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.1.1',
version='0.2.0',
description='Decompile multiple versions of Minecraft with a single command',
long_description=README,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 9c70d64

Please sign in to comment.