Skip to content

Commit e7ff604

Browse files
chore(main): release 1.2.0 (#16)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2c0c79f commit e7ff604

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.0"
2+
".": "1.2.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/echohello-dev/prometheus-todoist-exporter/compare/v1.1.0...v1.2.0) (2025-04-02)
4+
5+
6+
### Features
7+
8+
* Create the exporter ([#1](https://github.com/echohello-dev/prometheus-todoist-exporter/issues/1)) ([3f807a9](https://github.com/echohello-dev/prometheus-todoist-exporter/commit/3f807a9004ed8dc4eb80843a94144170a1c0225d))
9+
10+
11+
### Documentation
12+
13+
* Enhance README with Grafana dashboard details and add project image ([#6](https://github.com/echohello-dev/prometheus-todoist-exporter/issues/6)) ([4535091](https://github.com/echohello-dev/prometheus-todoist-exporter/commit/4535091c299dc62ff1b64d4291f54a1eb0f574ed))
14+
* Update README and add project image ([2f19899](https://github.com/echohello-dev/prometheus-todoist-exporter/commit/2f19899c43eb6e97e85729743809dc774bed03b0))
15+
316
## [1.1.0](https://github.com/echohello-dev/prometheus-todoist-exporter/compare/prometheus-todoist-exporter-v1.0.0...prometheus-todoist-exporter-v1.1.0) (2025-04-02)
417

518

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Prometheus exporter for Todoist."""
22

3-
__version__ = "1.1.0"
3+
__version__ = "1.2.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "prometheus-todoist-exporter"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
description = "A Prometheus exporter for Todoist"
55
authors = ["echohello-dev <devs@echohello.dev>"]
66
license = "MIT"

0 commit comments

Comments
 (0)