Skip to content

Commit

Permalink
rust: bump version to v0.4.0 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
abrown committed Oct 23, 2023
1 parent f342766 commit a825eea
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions rust/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.4.0] - 2023-10-23
### Fixed
- Fixed a bug where JIT-generated code was not visible to VTune
([#105](https://github.com/intel/ittapi/pull/105))

## [0.3.5] - 2023-10-05
### Changed
- Removed some Fortran object files ([#100](https://github.com/intel/ittapi/pull/100))
Expand Down
2 changes: 1 addition & 1 deletion rust/ittapi-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ittapi-sys"
version = "0.3.5"
version = "0.4.0"
authors = ["Johnnie Birch <45402135+jlb6740@users.noreply.github.com>"]
edition = "2018"
description = "Rust bindings for ittapi"
Expand Down
4 changes: 2 additions & 2 deletions rust/ittapi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ittapi"
version = "0.3.5"
version = "0.4.0"
edition = "2021"
authors = [
"Johnnie Birch <45402135+jlb6740@users.noreply.github.com>",
Expand All @@ -17,7 +17,7 @@ categories = ["development-tools"]

[dependencies]
anyhow = "1.0.56"
ittapi-sys = { path = "../ittapi-sys", version = "0.3.5" }
ittapi-sys = { path = "../ittapi-sys", version = "0.4.0" }
log = "0.4.16"

[dev-dependencies]
Expand Down

0 comments on commit a825eea

Please sign in to comment.