Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
warthog618 committed Oct 3, 2024
1 parent 36d3419 commit 0e91021
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

5 changes: 5 additions & 0 deletions lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@

## Unreleased

<a name="v0.7.2"></a>

## v0.7.2 - 2024-10-03

- add documentation to builder for complex configurations.
- add Request.lone_value() and set_lone_value().
- support android build

<a name="v0.7.1"></a>

Expand Down
4 changes: 2 additions & 2 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ license = "Apache-2.0 OR MIT"
name = "gpiocdev"
repository = "https://github.com/warthog618/gpiocdev-rs"
rust-version = "1.63"
version = "0.7.1"
version = "0.7.2"

[dependencies]
async-io = {version = "2.2", optional = true}
futures = {version = "0.3", optional = true}
gpiocdev-uapi = {version = "0.6.2", path = "../uapi", default-features = false}
gpiocdev-uapi = {version = "0.6.3", path = "../uapi", default-features = false}
serde = {version = "1.0", optional = true}
serde_derive = {version = "1.0", optional = true}
thiserror = "1.0"
Expand Down
6 changes: 6 additions & 0 deletions uapi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

<a name="v0.6.3"></a>

## v0.6.3 - 2024-10-03

- support android build

<a name="v0.6.2"></a>

## v0.6.2 - 2024-05-23
Expand Down
2 changes: 1 addition & 1 deletion uapi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "Apache-2.0 OR MIT"
name = "gpiocdev-uapi"
repository = "https://github.com/warthog618/gpiocdev-rs"
rust-version = "1.62"
version = "0.6.2"
version = "0.6.3"

[dependencies]
bitflags = "2.2"
Expand Down

0 comments on commit 0e91021

Please sign in to comment.