Skip to content

Commit

Permalink
chore: Update version to 0.7.5 and bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lagleki committed Feb 16, 2025
1 parent b26f3db commit d9d717b
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 6 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Version 0.7.5

Update jvozba/jvokaha example

Fix documentation

----

Version 0.7.4

Update documentation, publish on crates.io

----

Version 0.7.0

Added alpha port of [la jvozba](https://github.com/sozysozbot/sozysozbot_jvozba/tree/master)
Expand Down
6 changes: 3 additions & 3 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vlazba"
version = "0.7.4"
version = "0.7.5"
edition = "2021"
authors = ["lagleki <[email protected]>"]
description = "Lojban words generator and analyzer"
Expand All @@ -27,7 +27,7 @@ serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.138"
once_cell = "1.20.3"
anyhow = "1.0.95"
smallvec = "1.13.2"
smallvec = "1.14.0"


[profile.release]
Expand Down
2 changes: 1 addition & 1 deletion examples/basic_usage.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use jvozba::{jvozba, jvokaha};
use vlazba::{jvozba, jvokaha};

fn main() {
// Generate lujvo candidates
Expand Down

0 comments on commit d9d717b

Please sign in to comment.