Skip to content

Commit bbc59a4

Browse files
committed
v0.3.0
1 parent f42262c commit bbc59a4

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.0] - 2023-09-11
11+
1012
### Added
1113

1214
- Add `dataset_terms_url()` and `dataset_manual_url()` functions.
@@ -36,6 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3638

3739
- Initial release
3840

39-
[unreleased]: https://github.com/sankichi92/tellus-traveler-python/compare/v0.2.0...HEAD
41+
[unreleased]: https://github.com/sankichi92/tellus-traveler-python/compare/v0.3.0...HEAD
42+
[0.3.0]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.1.0...v0.3.0
4043
[0.2.0]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.1.0...v0.2.0
4144
[0.1.0]: https://github.com/sankichi92/tellus-traveler-python/releases/tag/v0.1.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tellus-traveler"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "Client for Tellus Traveler API"
55
authors = [
66
{ name = "Takahiro Miyoshi", email = "[email protected]" },

0 commit comments

Comments
 (0)