Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and open-schnick committed Aug 29, 2024
1 parent 11f7ca0 commit 9fc69a8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.0](https://github.com/open-schnick/Smoothy/compare/v0.4.5...v0.5.0) - 2024-08-29

### Other
- move lint definition out of lib.rs and into Cargo.toml
- check for nightly formatting and switch clippy action
- switch to nightly formatting
- remove redundant lockfile generation for tests
- fix whitespace in code comments of BasicConnector
- [**breaking**] rename contains on string-likes to contains_string
- add 'map' to structural overview and fix typo
- add toc

## [0.4.5](https://github.com/open-schnick/Smoothy/compare/v0.4.4...v0.4.5) - 2024-08-25

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "smoothy"
version = "0.4.5"
version = "0.5.0"
description = "Write smooth assertions in a fluent and human readable way"
authors = ["Open Schnick"]
documentation = "https://docs.rs/smoothy"
Expand Down

0 comments on commit 9fc69a8

Please sign in to comment.