Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release-bot committed Aug 16, 2024
1 parent 91f11cd commit 7aeb1fd
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# CHANGELOG

## v1.0.0 (2024-08-16)

### Breaking

* feat: release first version

BREAKING CHANGE: Release version 1.0.0 ([`91f11cd`](https://github.com/mickare/eventlib-py/commit/91f11cdfb313433db06b56f5064f506b9147a56e))

### Documentation

* docs(README): remove performance test section ([`1ead54f`](https://github.com/mickare/eventlib-py/commit/1ead54fb8ee32e9afa889e93e9d36936dcd2b2a1))

* docs(README): update introduction ([`f696060`](https://github.com/mickare/eventlib-py/commit/f6960601c17222b80baf8264a1c3cd17ba9d91eb))

* docs(README): add badge icons ([`10dd679`](https://github.com/mickare/eventlib-py/commit/10dd67901da81eb5fc525da65e1aad7c7005eed5))

### Feature

* feat(examples): add pydantic and attrs examples ([`4e39e6e`](https://github.com/mickare/eventlib-py/commit/4e39e6e3d8fb38af0e0a1a724ebf5b8ae26d5e3f))

## v0.2.1 (2024-08-16)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "eventlib-py"
version = "0.2.1"
version = "1.0.0"
description = "A Python event framework to decouple code using events."
authors = ["Michael Käser <[email protected]>"]
license = "(Apache-2.0 OR MIT)"
Expand Down

0 comments on commit 7aeb1fd

Please sign in to comment.