Skip to content

Commit

Permalink
release: v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasdewally committed Jan 27, 2025
1 parent 8483d85 commit ad44c59
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 69 deletions.
120 changes: 56 additions & 64 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ It is a port of the Haskell library [Uniplate](https://hackage.haskell.org/packa

Quick links:

* [Installing Uniplate from crates.io](https://crates.io/crates/uniplate/0.1.5)
* [Documentation (docs.rs)](https://docs.rs/uniplate/0.1.5)
* [Installing Uniplate from crates.io](https://crates.io/crates/uniplate/0.2.0)
* [Documentation (docs.rs)](https://docs.rs/uniplate/0.2.0)
* [Github Repository](https://github.com/conjure-cp/uniplate)

## A simple example
Expand Down
2 changes: 1 addition & 1 deletion uniplate-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uniplate-derive"
version = "0.1.5"
version = "0.2.0"
authors = [
"Niklas Dewally <[email protected]>",
"Özgür Akgün <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions uniplate/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uniplate"
version = "0.1.5"
version = "0.2.0"
authors = [
"Niklas Dewally <[email protected]>",
"Özgür Akgün <[email protected]>",
Expand All @@ -22,7 +22,7 @@ harness=false

[dependencies]
thiserror = "2.0.9"
uniplate-derive = { version = "0.1.5", path = "../uniplate-derive" }
uniplate-derive = { version = "0.2.0", path = "../uniplate-derive" }

[dev-dependencies]
trybuild = "1.0.101"
Expand Down

0 comments on commit ad44c59

Please sign in to comment.