Skip to content

Commit af484d8

Browse files
chore(main): release 0.8.0
1 parent ef03276 commit af484d8

3 files changed

Lines changed: 24 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.7.4"
2+
".": "0.8.0"
33
}

CHANGELOG.md

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

3+
## [0.8.0](https://github.com/HydrologicEngineeringCenter/cwms-cli/compare/v0.7.4...v0.8.0) (2026-08-05)
4+
5+
6+
### Features
7+
8+
* allow for line return tsid parsing ([#230](https://github.com/HydrologicEngineeringCenter/cwms-cli/issues/230)) ([39f7f6b](https://github.com/HydrologicEngineeringCenter/cwms-cli/commit/39f7f6be090201368f7e203edf8a80174721b1f5))
9+
10+
11+
### Bug Fixes
12+
13+
* align formatting checks ([#229](https://github.com/HydrologicEngineeringCenter/cwms-cli/issues/229)) ([a6286b3](https://github.com/HydrologicEngineeringCenter/cwms-cli/commit/a6286b3d299545a587483aa68b2f68d4da57c5cc))
14+
* cover explicit blob media type ([#232](https://github.com/HydrologicEngineeringCenter/cwms-cli/issues/232)) ([1a3b26d](https://github.com/HydrologicEngineeringCenter/cwms-cli/commit/1a3b26dfeab07cd0030c59eea60f65d4608e2faa))
15+
* explain empty location loads ([#233](https://github.com/HydrologicEngineeringCenter/cwms-cli/issues/233)) ([a5b596c](https://github.com/HydrologicEngineeringCenter/cwms-cli/commit/a5b596c4be1ba3ba0c62b4fadb2abb7e2d48329e))
16+
* harden clob download error handling ([#235](https://github.com/HydrologicEngineeringCenter/cwms-cli/issues/235)) ([621f913](https://github.com/HydrologicEngineeringCenter/cwms-cli/commit/621f9139eb28991d38bc93665428798189f02887))
17+
* validate blob list limits ([#231](https://github.com/HydrologicEngineeringCenter/cwms-cli/issues/231)) ([0917ce9](https://github.com/HydrologicEngineeringCenter/cwms-cli/commit/0917ce9ce133b48168b3d4ddb189b1887d63e6eb))
18+
* validate load target cda ([#236](https://github.com/HydrologicEngineeringCenter/cwms-cli/issues/236)) ([ff3e06a](https://github.com/HydrologicEngineeringCenter/cwms-cli/commit/ff3e06a22825a0d4f7b4d7b2653085d464118fe2))
19+
20+
21+
### Documentation
22+
23+
* guide agents to shared color helpers ([#248](https://github.com/HydrologicEngineeringCenter/cwms-cli/issues/248)) ([ef03276](https://github.com/HydrologicEngineeringCenter/cwms-cli/commit/ef0327653a6b8b3220ff79d0e6162056c6ddaf27))
24+
325
## [0.7.4](https://github.com/HydrologicEngineeringCenter/cwms-cli/compare/v0.7.3...v0.7.4) (2026-06-25)
426

527

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.7.4"
5+
version = "0.8.0"
66

77

88
packages = [

0 commit comments

Comments
 (0)