Skip to content

Commit

Permalink
Merge pull request #74 from tauri-apps/release
Browse files Browse the repository at this point in the history
Publish New Versions
  • Loading branch information
wusyong committed Apr 3, 2023
2 parents c0d494b + 619cbed commit 95ea315
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 19 deletions.
7 changes: 0 additions & 7 deletions .changes/major.md

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

## \[1.0.0]

- Cleanup codebase and bump to major.
- [ae6b74e](https://github.com/tauri-apps/javascriptcore-rs/commit/ae6b74eb8161d46739334b8b4e25719c563a8da9) Add change file on 2023-04-03

## \[0.17.0]

- Update gtk crates to 0.16 and update to 2021 edition.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -5,7 +5,7 @@ keywords = [ "javascript", "gtk-rs", "gnome" ]
license = "MIT"
name = "javascriptcore-rs"
repository = "https://github.com/tauri-apps/javascriptcore-rs"
version = "0.17.0"
version = "1.0.0"

[package.metadata.docs.rs]
features = [ "dox" ]
Expand All @@ -20,7 +20,7 @@ glib = "^0.16.0"
[dependencies.ffi]
package = "javascriptcore-rs-sys"
path = "./sys"
version = "0.5"
version = "1.0"

[features]
default = [ "v2_38" ]
Expand Down
5 changes: 5 additions & 0 deletions sys/CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

## \[1.0.0]

- Cleanup codebase and bump to major.
- [ae6b74e](https://github.com/tauri-apps/javascriptcore-rs/commit/ae6b74eb8161d46739334b8b4e25719c563a8da9) Add change file on 2023-04-03

## \[0.5.1]

- Update link library to javascriptcoregtk-4.1.
Expand Down
22 changes: 12 additions & 10 deletions sys/Cargo.toml
@@ -1,24 +1,26 @@
[package]
authors = ["The Gtk-rs Project Developers"]
authors = [ "The Gtk-rs Project Developers" ]
build = "build.rs"
description = "Sys functions for the Rust bindings of the javacriptcore library"
edition = "2021"
keywords = ["javascript", "gtk-rs", "gnome"]
keywords = [ "javascript", "gtk-rs", "gnome" ]
license = "MIT"
name = "javascriptcore-rs-sys"
repository = "https://github.com/tauri-apps/javascriptcore-rs"
version = "0.5.1"
version = "1.0.0"

[package.metadata.system-deps.javascriptcoregtk_4_1]
name = "javascriptcoregtk-4.1"
version = "2.24"

[package.metadata.system-deps.javascriptcoregtk_4_1.v2_28]
version = "2.28"
[package.metadata.system-deps.javascriptcoregtk_4_1.v2_28]
version = "2.28"

[package.metadata.system-deps.javascriptcoregtk_4_1.v2_38]
version = "2.38"

[package.metadata.system-deps.javascriptcoregtk_4_1.v2_38]
version = "2.38"
[package.metadata.docs.rs]
features = ["dox"]
features = [ "dox" ]

[lib]
name = "javascriptcore_rs_sys"
Expand All @@ -37,5 +39,5 @@ tempfile = "3"

[features]
dox = [ ]
v2_28 = []
v2_38 = ["v2_28"]
v2_28 = [ ]
v2_38 = [ "v2_28" ]

0 comments on commit 95ea315

Please sign in to comment.