Skip to content

Commit

Permalink
Bump version and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
RonquilloAeon committed Aug 4, 2021
1 parent 77dbd05 commit 1035df7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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/).

## [0.6.1] - 03 August 2021
### Added
- Github URL to setup.py
- New publish workflow to build package and distribute to PyPI

## [0.6.0] - 04 June 2021
### Changed
- Remove orjson dependency and use built-in json encoder
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

VERSION = "0.6.0"
VERSION = "0.6.1"


with open("README.md", "r", encoding="utf-8") as f:
Expand Down

0 comments on commit 1035df7

Please sign in to comment.