Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexxbb committed Nov 8, 2022
1 parent 5ea882a commit 9791c09
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# hapi-rs changelog
## [0.7.0]
## Changed
- Reworked parameter APIs
- Separate `get/set` and `get_array/set_array` methods
- `get/set` now take an index of a parameter tuple.
- Eliminate extra String clone for `set_*` string parameters.

## [0.6.0]
### New
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository = "https://github.com/alexxbb/hapi-rs/"
keywords = ["vfx", "graphics", "gamedev", "houdini"]
categories = ["graphics", "game-development"]
readme = "README.md"
version = "0.6.0"
version = "0.7.0"
authors = ["Aleksei Rusev <hou.alexx@gmail.com>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit 9791c09

Please sign in to comment.