Skip to content

Commit 94e2cb2

Browse files
committed
release: v0.3.0
1 parent 6b57fcf commit 94e2cb2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [0.3.0] - 2024-02-02
10+
911
### Added
1012

1113
- Restructure library into record and batch ([#36](https://github.com/gadomski/pyisd/pull/36))
@@ -99,6 +101,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
99101

100102
Initial release.
101103

104+
[Unreleased]: <https://github.com/gadomski/pyisd/compare/v0.3.0..main>
105+
[0.3.0]: <https://github.com/gadomski/pyisd/compare/v0.2.1..v0.3.0>
102106
[0.2.1]: <https://github.com/gadomski/pyisd/compare/v0.2.0..v0.2.1>
103107
[0.2.0]: <https://github.com/gadomski/pyisd/compare/v0.1.5..v0.2.0>
104108
[0.1.5]: <https://github.com/gadomski/pyisd/compare/v0.1.4..v0.1.5>

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "isd"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
description = "Reads and archives NOAA Integrated Surface Database (ISD) files"
55
readme = "README.md"
66
authors = [{ name = "Pete Gadomski", email = "[email protected]" }]

0 commit comments

Comments
 (0)