Skip to content

Commit

Permalink
Update the Changelog and versions
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Schwender <[email protected]>
  • Loading branch information
jschwe committed Jan 4, 2025
1 parent 03c1504 commit a9b607a
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 14 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# v0.5.0
# v0.5.0 (2025-01-04)

## Breaking

- Remove `Debug` from opaque structs

## Features

- Internal changes to the bindings, to more easily allow feature guarding based on the API level.
- Improved the documentation, by converting doxygen comments to markdown.

# v0.4.0 (2024-10-29)

## Change
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ohos-sys"
version = "0.4.1"
version = "0.5.0"
edition = "2021"
description = "Bindings to the native API of OpenHarmony OS"
license = "Apache-2.0"
Expand All @@ -17,12 +17,12 @@ exclude = ["components/multimedia", "scripts"]
[dependencies]
document-features = { version = "0.2", optional = true }
ohos-drawing-sys = { path = "components/drawing", version = "0.2.0", optional = true}
ohos-deviceinfo-sys = { version = "0.1", optional = true, path = "components/deviceinfo"}
hitrace-sys = { version = "0.1.2", optional = true, path = "components/hitrace"}
ohos-ime-sys = { version = "0.1.1", optional = true, path = "components/inputmethod"}
hilog-sys = { version = "0.1.2", optional = true, path = "components/hilog"}
ohos-deviceinfo-sys = { version = "0.1.1", optional = true, path = "components/deviceinfo"}
hitrace-sys = { version = "0.1.3", optional = true, path = "components/hitrace"}
ohos-ime-sys = { version = "0.1.2", optional = true, path = "components/inputmethod"}
hilog-sys = { version = "0.1.3", optional = true, path = "components/hilog"}
xcomponent-sys = {version = "0.2.0", optional = true, path = "components/xcomponent"}
ohos-image-kit-sys = {version = "0.1.0", optional = true, path = "components/multimedia/image_framework"}
ohos-image-kit-sys = {version = "0.1.1", optional = true, path = "components/multimedia/image_framework"}

[features]
default = ["api-10"]
Expand Down
2 changes: 1 addition & 1 deletion components/arkui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.2.0
## 0.2.0 (2025-01-04)

### Breaking

Expand Down
2 changes: 1 addition & 1 deletion components/deviceinfo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.1.1 (2024-12-26)
# 0.1.1 (2025-01-04)

- Regenerated the bindings with new generator (no user visible changes)

2 changes: 1 addition & 1 deletion components/drawing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v0.2.0 (2024-12-27)
## v0.2.0 (2025-01-04)

- Internal changes to binding generation
- Some types no longer derive Debug, Copy and Clone.
Expand Down
2 changes: 1 addition & 1 deletion components/hilog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.1.3 (2024-12-26)
## 0.1.3 (2025-01-04)

- Regenerated the bindings with new generator (Should have no user visible changes)

Expand Down
2 changes: 1 addition & 1 deletion components/hitrace/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.1.3 (2024-12-26)
# 0.1.3 (2025-01-04)

## Changes

Expand Down
2 changes: 1 addition & 1 deletion components/inputmethod/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v0.1.2
# v0.1.2 (2025-01-04)

- Internal changes: Regenerate bindings with new generator

Expand Down
5 changes: 5 additions & 0 deletions components/multimedia/image_framework/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# 0.1.2 (2025-01-04)

## Changes

- Regenerated the bindings with new generator
5 changes: 5 additions & 0 deletions components/xcomponent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# 0.2.0 (2025-01-04)

## Changes

- Regenerated the bindings with new generator

0 comments on commit a9b607a

Please sign in to comment.