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 timonv committed Jun 24, 2024
1 parent 92052bf commit d1192e8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## `swiftide` - [0.4.1](https://github.com/me/my-proj/compare/swiftide-v0.4.0...swiftide-v0.4.1) - 2024-06-24

### Added
- *(transformers)* allow for arbitrary closures as transformers and batchable transformers
- *(memory_storage)* can be cloned safely preserving storage

## `swiftide` - [0.4.0](https://github.com/me/my-proj/compare/swiftide-v0.3.3...swiftide-v0.4.0) - 2024-06-23

### Added
Expand Down
2 changes: 1 addition & 1 deletion 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 swiftide/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "swiftide"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
license = "MIT"
readme = "../README.md"
Expand Down

0 comments on commit d1192e8

Please sign in to comment.