Skip to content

Commit

Permalink
Bump 0.0.4 -> 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aazuspan committed Dec 7, 2024
1 parent de23d73 commit 33b6b4b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

Nothing yet.

## [0.1.0] - 2024-12-06

### Breaking Changes

- `eerepr` no longer initializes on import, and **must be manually initialized** to work.
Expand Down Expand Up @@ -83,7 +87,8 @@ 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

[unreleased]: https://github.com/aazuspan/eerepr/compare/v0.0.4...HEAD
[unreleased]: https://github.com/aazuspan/eerepr/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/aazuspan/eerepr/compare/v0.0.4...v0.1.0
[0.0.4]: https://github.com/aazuspan/eerepr/compare/v0.0.3...v0.0.4
[0.0.3]: https://github.com/aazuspan/eerepr/compare/v0.0.2...v0.0.3
[0.0.2]: https://github.com/aazuspan/eerepr/compare/v0.0.1...v0.0.2
Expand Down
2 changes: 1 addition & 1 deletion eerepr/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from eerepr.repr import initialize, options, reset

__version__ = "0.0.4"
__version__ = "0.1.0"
__all__ = ["initialize", "reset", "options"]

0 comments on commit 33b6b4b

Please sign in to comment.