Skip to content

Commit

Permalink
Changelog and version.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexxbb committed Feb 26, 2023
1 parent 381d12f commit 8a56e42
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# hapi-rs changelog
## [0.9.1]
### Changed:
- Remove internal Mutex from `Session`.
- Slightly improved `Parameter` APIs.
- Use `StringHandle` instead of `i32`.
- Update examples.
- Minor cleanups and improvements across the crate.

## [0.9.0]
### New
- New builder pattern for creating nodes.
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.9.0"
version = "0.9.1"
authors = ["Aleksei Rusev <hou.alexx@gmail.com>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit 8a56e42

Please sign in to comment.