Skip to content

Commit

Permalink
Prepare v1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jgosmann committed Feb 17, 2024
1 parent d13c20a commit a0f7209
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,18 @@ 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.0.0/>`_,
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.

[1.0.0] - unreleased
[1.0.0] - 2024-02-17
--------------------

Added
^^^^^

* Support for structured JSON logging.
(`#35 <https://github.com/jgosmann/dmarc-metrics-exporter/issues/35>`_)
* Docker images will be published for ``linux/amd64`` and ``linux/arm6``
platforms.
(`#42 <https://github.com/jgosmann/dmarc-metrics-exporter/pull/42>`_)
* Latest stable release will be tagged with ``latest`` tag on Docker Hub.

Changed
^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion dmarc_metrics_exporter/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0rc0"
__version__ = "1.0.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ license = "MIT"
name = "dmarc-metrics-exporter"
readme = "README.rst"
repository = "https://github.com/jgosmann/dmarc-metrics-exporter/"
version = "1.0.0rc0" # Update also in __init__.py!
version = "1.0.0" # Update also in __init__.py!

[tool.poetry.scripts]
dmarc-metrics-exporter = "dmarc_metrics_exporter.__main__:run"
Expand Down

0 comments on commit a0f7209

Please sign in to comment.