Skip to content

Commit d27c2a0

Browse files
chore(main): release 0.5.0
1 parent 9a120e3 commit d27c2a0

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
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-
".": "0.4.0"
2+
".": "0.5.0"
33
}

CHANGELOG.md

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

3+
## [0.5.0](https://github.com/HydrologicEngineeringCenter/cwms-cli/compare/v0.4.0...v0.5.0) (2026-04-09)
4+
5+
6+
### Features
7+
8+
* Centralized maintainer ownership for CLI help and docs ([#180](https://github.com/HydrologicEngineeringCenter/cwms-cli/issues/180)) ([ba722a1](https://github.com/HydrologicEngineeringCenter/cwms-cli/commit/ba722a13dfe835ebb67ee0916d6d0b42f9a5de62))
9+
* Enhancements/clob ([#73](https://github.com/HydrologicEngineeringCenter/cwms-cli/issues/73)) ([29f43dc](https://github.com/HydrologicEngineeringCenter/cwms-cli/commit/29f43dcd5371bc97089064424769df20979092b0))
10+
* Timeseries Loader ([#137](https://github.com/HydrologicEngineeringCenter/cwms-cli/issues/137)) ([9a120e3](https://github.com/HydrologicEngineeringCenter/cwms-cli/commit/9a120e378049eebcd2c3bfd9e57748ae171a767c))
11+
12+
13+
### Bug Fixes
14+
15+
* 184 blob list limit doesnt work ([#188](https://github.com/HydrologicEngineeringCenter/cwms-cli/issues/188)) ([f1b631b](https://github.com/HydrologicEngineeringCenter/cwms-cli/commit/f1b631b94e94e80703b1f2d5c05f35126b32c4cc))
16+
* removed | operators ([#191](https://github.com/HydrologicEngineeringCenter/cwms-cli/issues/191)) ([8092c4b](https://github.com/HydrologicEngineeringCenter/cwms-cli/commit/8092c4b9ef1fbe6fab7cbc71cddc25f75aaf720d))
17+
318
## [0.4.0](https://github.com/HydrologicEngineeringCenter/cwms-cli/compare/v0.3.8...v0.4.0) (2026-04-02)
419

520

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cwms-cli"
33
repository = "https://github.com/HydrologicEngineeringCenter/cwms-cli"
44

5-
version = "0.4.0"
5+
version = "0.5.0"
66

77

88
packages = [

0 commit comments

Comments
 (0)