Skip to content

Commit

Permalink
🚢 Bump version for 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alecdotninja committed Jan 15, 2024
1 parent 8f76347 commit 0f3dc00
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ repository = "https://github.com/alecdotninja/tailcall"
readme = "README.md"
keywords = ["recursion", "tail", "tailcall", "become"]
categories = ["algorithms", "no-std"]
exclude = ["/.travis.yml", ".gitignore"]
exclude = ["/.github", ".gitignore"]
license = "MIT OR Apache-2.0"
authors = ["Alec Larsen <hello@alec.ninja>"]
version = "0.1.6"
version = "1.0.0"
edition = "2018"

[badges]
travis-ci = { repository = "alecdotninja/tailcall" }

[dependencies]
tailcall-impl = { path = "impl", version = "0.1.6" }
tailcall-impl = { path = "impl", version = "1.0.0" }

[dev-dependencies]
backtrace = "0.3.40"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
tailcall = "0.1.5"
tailcall = "1.0.0"
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = ["recursion", "tail", "tailcall", "become"]
categories = ["algorithms", "no-std"]
license = "MIT OR Apache-2.0"
authors = ["Alec Larsen <hello@alec.ninja>"]
version = "0.1.6"
version = "1.0.0"
edition = "2018"

[badges]
Expand Down

0 comments on commit 0f3dc00

Please sign in to comment.