Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
laurmaedje committed Mar 27, 2023
1 parent d42d30f commit 44eb5aa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hayagriva"
version = "0.1.1"
version = "0.2.0"
authors = ["Martin Haug <mhaug@live.de>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand All @@ -15,7 +15,7 @@ default = ["biblatex"]
cli = ["clap"]

[dependencies]
biblatex = { git = "https://github.com/typst/biblatex", optional = true }
biblatex = { version = "0.7", optional = true }
clap = { version = "3.1", optional = true, features = ["cargo"] }
chrono = { version = "0.4", default-features = false }
isolang = "2.1"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ to install and use Hayagriva on your terminal.
Add this to your `Cargo.toml`:
```toml
[dependencies]
hayagriva = "0.1"
hayagriva = "0.2"
```

Below, there is an example of how to parse a YAML database and get a Modern
Expand Down Expand Up @@ -100,7 +100,7 @@ default features by writing this in your `Cargo.toml`:

```toml
[dependencies]
hayagriva = { version = "0.1", default-features = false }
hayagriva = { version = "0.2", default-features = false }
```

### Selectors
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ default features by writing this in your `Cargo.toml`:
```toml
[dependencies]
hayagriva = { version = "0.1", default-features = false }
hayagriva = { version = "0.2", default-features = false }
```
# Selectors
Expand Down

0 comments on commit 44eb5aa

Please sign in to comment.