Skip to content

Commit

Permalink
Update changelog bump release (#223)
Browse files Browse the repository at this point in the history
znerol authored Jan 7, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 1d396dc commit 4004333
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -9,6 +9,16 @@ The format is based on `Keep a Changelog`_ and this project adheres to
`Unreleased`_
-------------

`3.2.1`_ - 2024-01-07
---------------------

Changed
~~~~~~~

- Build cffi and pyyaml from source (#222)
- Use appropriate build tools to create dist for pypi (#220)


`3.2.0`_ - 2024-01-06
---------------------

@@ -340,7 +350,8 @@ Added

.. _Keep a Changelog: http://keepachangelog.com/en/1.0.0/
.. _Semantic Versioning: http://semver.org/spec/v2.0.0.html
.. _Unreleased: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.2.0...HEAD
.. _Unreleased: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.2.1...HEAD
.. _3.2.1: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.2.1...v3.2.0
.. _3.2.0: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.2.0...v3.1.0
.. _3.1.0: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.1.0...v3.0.2
.. _3.0.2: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.0.2...v3.0.1
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "prometheus-pve-exporter"
version = "3.2.0"
version = "3.2.1"
authors = [{ name = "Lorenz Schori", email = "lo@znerol.ch" }]
description = "Proxmox VE exporter for the Prometheus monitoring system."
requires-python = ">=3.9"

0 comments on commit 4004333

Please sign in to comment.