Skip to content

Commit

Permalink
release: v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Moe bot authored and jtpavlock committed Dec 20, 2022
1 parent 16f6dd2 commit c6d0120
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ Changelog

This project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.

v1.0.0 (2022-12-20)
===================

Breaking Changes
----------------
* API considered stable (`16f6dd2 <https://github.com/MoeMusic/moe_musicbrainz/commit/16f6dd28cc9644a95ed5b04142b3a545c0aa5f99>`_)

`Full diff <https://github.com/MoeMusic/moe_musicbrainz/compare/v0.1.0...v1.0.0>`__

v0.1.0
======
Initial release
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "moe_musicbrainz"
version = "0.1.0"
version = "1.0.0"
description = "Template plugin repository."
authors = ["Jacob Pavlock <jtpavlock@gmail.com>"]
documentation = "https://moe-musicbrainz.readthedocs.io/en/latest/"
Expand Down Expand Up @@ -43,7 +43,7 @@ Sphinx = "^5.2.3"

[tool.commitizen]
name = "cz_customize"
version = "0.1.0"
version = "1.0.0"
version_files = [
"pyproject.toml:^version",
]
Expand Down

0 comments on commit c6d0120

Please sign in to comment.