Skip to content

Commit

Permalink
Bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
regexident committed May 7, 2024
1 parent cf129e3 commit 132629f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
22 changes: 16 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,11 @@ Please make sure to add your changes to the appropriate categories:

### Added

- Made `Progress` implement `Debug`.
- n/a

### Changed

- Updated dependencies:
- `parking_lot` from `0.12.1` to `0.12.2`
- `criterion` from `0.5` to `0.5.1`
- `bumpalo` from `3.15.0` to `3.16.0`
- Demoted 'clap_builder' from dependency to dev-dependency.
- n/a

### Deprecated

Expand All @@ -54,6 +50,20 @@ Please make sure to add your changes to the appropriate categories:

- n/a

## [0.3.1] - 2024-05-07

### Added

- Made `Progress` implement `Debug`.

### Changed

- Updated dependencies:
- `parking_lot` from `0.12.1` to `0.12.2`
- `criterion` from `0.5` to `0.5.1`
- `bumpalo` from `3.15.0` to `3.16.0`
- Demoted 'clap_builder' from dependency to dev-dependency.

## [0.3.0] - 2024-02-25

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ documentation = "https://docs.rs/sitrep"
license = "MPL-2.0"
edition = "2021"
rust-version = "1.70.0"
version = "0.3.0"
version = "0.3.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 132629f

Please sign in to comment.