Skip to content

Commit 45c0934

Browse files
author
Ngo Iok Ui (Wu Yu Wei)
authored
Merge pull request #64 from tauri-apps/release
Publish New Versions
2 parents a165ffe + cf6dbeb commit 45c0934

File tree

5 files changed

+12
-8
lines changed

5 files changed

+12
-8
lines changed

.changes/15.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## \[0.16.0]
4+
5+
- Update to gtk 0.15
6+
- [4aa6f17](https://github.com/tauri-apps/javascriptcore-rs/commit/4aa6f1758343f50cc7f7af42ac903077349b8051) Update to gtk 0.15 on 2022-01-18
7+
38
## \[0.15.5]
49

510
- Regenerate with latest gir-files

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "javascriptcore-rs"
3-
version = "0.15.2"
3+
version = "0.16.0"
44
edition = "2018"
55
description = "Rust bindings for the javacriptcore library"
66
repository = "https://github.com/tauri-apps/javascriptcore-rs"

sys/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## \[0.4.0]
4+
5+
- Update to gtk 0.15
6+
- [4aa6f17](https://github.com/tauri-apps/javascriptcore-rs/commit/4aa6f1758343f50cc7f7af42ac903077349b8051) Update to gtk 0.15 on 2022-01-18
7+
38
## \[0.3.3]
49

510
- Regenerate with latest gir-files

sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "javascriptcore-rs-sys"
3-
version = "0.3.3"
3+
version = "0.4.0"
44
authors = [ "The Gtk-rs Project Developers" ]
55
description = "Sys functions for the Rust bindings of the javacriptcore library"
66
repository = "https://github.com/tauri-apps/javascriptcore-rs"

0 commit comments

Comments
 (0)