Skip to content

Commit

Permalink
chore(release): 0.1.2 [skip ci]
Browse files Browse the repository at this point in the history
### [0.1.2](v0.1.1...v0.1.2) (2022-04-26)

### Documentation

* update Cargo.toml ([a1f1344](a1f1344))

### Continuous Integration

* fix publish ([43e64c9](43e64c9))
* github workflow cleanup ([5e9d8f4](5e9d8f4))
* run publish only on release ([7de2d94](7de2d94))
  • Loading branch information
semantic-release-bot committed Apr 26, 2022
1 parent 43e64c9 commit eeb8a95
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
### [0.1.2](https://github.com/meskill/mystic-light-sdk/compare/v0.1.1...v0.1.2) (2022-04-26)


### Documentation

* update Cargo.toml ([a1f1344](https://github.com/meskill/mystic-light-sdk/commit/a1f13448d4eb71b48e226c0f61d9b67b33de507a))


### Continuous Integration

* fix publish ([43e64c9](https://github.com/meskill/mystic-light-sdk/commit/43e64c938e4cad1abfd9078919351f50323103b0))
* github workflow cleanup ([5e9d8f4](https://github.com/meskill/mystic-light-sdk/commit/5e9d8f4fa97d05ebe0a32a3b20c09a6335bae40d))
* run publish only on release ([7de2d94](https://github.com/meskill/mystic-light-sdk/commit/7de2d94f4878777f7bc3b5352a3fd7890736a408))

### [0.1.1](https://github.com/meskill/mystic-light-sdk/compare/v0.1.0...v0.1.1) (2022-04-26)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mystic_light_sdk"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
authors = ["meskill"]
description = "A Rust wrapper for the MysticLight SDK (MSI hardware and peripherals)"
Expand Down

0 comments on commit eeb8a95

Please sign in to comment.