Skip to content

Commit 3ac8628

Browse files
chore(main): release 1.1.0 (#2)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f9523e6 commit 3ac8628

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-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.0.0"
2+
".": "1.1.0"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [1.1.0](https://github.com/echohello-dev/prometheus-toggl-track-exporter/compare/v1.0.0...v1.1.0) (2025-04-03)
4+
5+
6+
### Features
7+
8+
* **init:** Initial commit of the Prometheus Toggl Track Exporter project ([#1](https://github.com/echohello-dev/prometheus-toggl-track-exporter/issues/1)) ([b184977](https://github.com/echohello-dev/prometheus-toggl-track-exporter/commit/b184977c5a853e97e6a01d962640d41001a076b2))
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Prometheus exporter for Toggl Track."""
22

3-
__version__ = "1.0.0"
3+
__version__ = "1.1.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-toggl-track-exporter"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
description = "A Prometheus exporter for Toggl Track"
55
authors = ["echohello-dev <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)