Skip to content

Commit

Permalink
Bump to v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
noritada committed Apr 20, 2023
1 parent 3376e02 commit b8b3ed1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.1] - 2023-04-20
### Added

- Library `grib`
- Support for Template 5.41/7.41 (PNG format). (#53, #55)
- Others
- GRIB tools from ecCodes are now mentioned in a section on comparison of GRIB processors in the cookbook. (#52)

### Fixed

- Library `grib`
- Fixed an issue that `size_hint()` results do not change after consuming iterator items. (#50, #54)

## [0.7.0] - 2023-02-09
### Added

Expand Down Expand Up @@ -241,7 +254,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- inspect: display of information mainly for development purpose such as template numbers
- list: display of a list of sections (the style is still tentative)

[unreleased]: https://github.com/noritada/grib-rs/compare/v0.7.0...HEAD
[unreleased]: https://github.com/noritada/grib-rs/compare/v0.7.1...HEAD
[0.7.1]: https://github.com/noritada/grib-rs/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/noritada/grib-rs/compare/v0.6.1...v0.7.0
[0.6.1]: https://github.com/noritada/grib-rs/compare/v0.6.0...v0.6.1
[0.6.0]: https://github.com/noritada/grib-rs/compare/v0.5.0...v0.6.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exclude = ["/.github", "/testdata"]
members = ["gen", "cli"]

[workspace.package]
version = "0.7.0"
version = "0.7.1"
authors = ["Noritada Kobayashi <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ chrono = "0.4.23"
clap = "4.1"
clap_complete = "4"
console = "0.15"
grib = { path = "..", version = "=0.7.0" }
grib = { path = "..", version = "=0.7.1" }
once_cell = "1.13"
regex = "1.6"

Expand Down

0 comments on commit b8b3ed1

Please sign in to comment.