Skip to content

Commit

Permalink
version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cakemanny committed Oct 13, 2024
1 parent 145f07d commit e76e2eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion 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.8.0] - 2024-10-13
### Added
- Support for Python 3.13.
### Removed
Expand Down Expand Up @@ -85,7 +87,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Support for Decimals and UUIDs

<!-- VERSION LINKS START -->
[Unreleased]: https://github.com/cakemanny/fastclasses-json/compare/v0.7.0...HEAD
[Unreleased]: https://github.com/cakemanny/fastclasses-json/compare/v0.8.0...HEAD
[0.8.0]: https://github.com/cakemanny/fastclasses-json/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/cakemanny/fastclasses-json/compare/v0.6.1...v0.7.0
[0.6.1]: https://github.com/cakemanny/fastclasses-json/compare/v0.6.0...v0.6.1
[0.6.0]: https://github.com/cakemanny/fastclasses-json/compare/v0.5.0...v0.6.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

# Updated by a script
VERSION = "0.7.0"
VERSION = "0.8.0"

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

0 comments on commit e76e2eb

Please sign in to comment.