Skip to content

Commit

Permalink
Bump 0.0.4 -> 0.1.0 (#50)
Browse files Browse the repository at this point in the history
* Bump 0.0.4 -> 0.1.0

* Update release date
  • Loading branch information
aazuspan authored Jan 10, 2025
1 parent e99f37e commit 5e0acc5
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] - 2025-01-10

### Breaking Changes

- `eerepr` no longer initializes on import, and **must be manually initialized** to work.
Expand Down Expand Up @@ -88,7 +92,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 5e0acc5

Please sign in to comment.