Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3 from BobG1983/release-plz-2024-06-19T23-46-58Z
Browse files Browse the repository at this point in the history
chore: release v0.4.4
  • Loading branch information
BobG1983 committed Jun 19, 2024
2 parents eeb04eb + 523aa58 commit f1f02fd
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 41 deletions.
33 changes: 19 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
# Changelog
All notable changes to this project will be documented in this file.
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.4.3](https://github.com/BobG1983/rantz_random/compare/v0.4.2...v0.4.3) - 2024-06-19
## [0.4.4](https://github.com/BobG1983/rantz_random/compare/v0.4.3...v0.4.4) - 2024-06-19

### Other
- Reverting version change so that release-plz can handle it
- Added release-plz
- RandomContainer and RandomWeightedContainer now return Options to better handle empty tables
- Fixed more doc comments.
- Fixed docs
- WeightedTable IntoIter now iters over values only. Shuffle now depends on RandomContainer, and RandomContainer was expanded.
- Updated CI to use windows and caching of build artifacts

## [0.4.3](https://github.com/BobG1983/rantz_random/compare/v0.4.2...v0.4.3) - 2024-06-19

### Other
- Reverting version change so that release-plz can handle it
- Added release-plz
- RandomContainer and RandomWeightedContainer now return Options to better handle empty tables
- Fixed more doc comments.
- Fixed docs
- WeightedTable IntoIter now iters over values only. Shuffle now depends on RandomContainer, and RandomContainer was expanded.
52 changes: 26 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rantz_random"
version = "0.4.3"
version = "0.4.4"
authors = ["Robert Gardner'"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit f1f02fd

Please sign in to comment.