Skip to content

Commit 3908d6d

Browse files
chore(main): release datons 0.2.0 (#1)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ed43f8a commit 3908d6d

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
## [0.2.0](https://github.com/datons/python-datons/compare/datons-v0.1.0...datons-v0.2.0) (2026-03-13)
4+
5+
6+
### Features
7+
8+
* add Release Please workflow for automated PyPI publishing ([ed43f8a](https://github.com/datons/python-datons/commit/ed43f8a216ebff5eb743cec71cd81d99f3ace3b4))
9+
* Initial release — Datons Python client ([8d3b15f](https://github.com/datons/python-datons/commit/8d3b15fe5a3ac623b4da8f2a083ed2e6b56d86f9))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "datons"
7-
version = "0.1.0"
7+
version = "0.2.0"
88
description = "Python client for Datons data APIs"
99
readme = "README.md"
1010
license = "MIT"

0 commit comments

Comments
 (0)