Skip to content

Commit

Permalink
Merge pull request #62 from tauri-apps/release
Browse files Browse the repository at this point in the history
Publish New Versions
  • Loading branch information
Ngo Iok Ui (Wu Yu Wei) authored Nov 3, 2021
2 parents c216072 + f51d129 commit 18edcca
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .changes/regen.md

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## \[0.15.5]

- Regenerate with latest gir-files
- [68fa7e5](https://github.com/tauri-apps/javascriptcore-rs/commit/68fa7e5f12110ac47c07afaaeebfeb7067dfca21) Add change file on 2021-11-04

## \[0.15.1]

- Enable cfg_doc to fix build doc error on docs.rs
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 = "javascriptcore-rs"
version = "0.15.4"
version = "0.15.5"
edition = "2018"
description = "Rust bindings for the javacriptcore library"
repository = "https://github.com/tauri-apps/javascriptcore-rs"
Expand Down
5 changes: 5 additions & 0 deletions sys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## \[0.3.3]

- Regenerate with latest gir-files
- [68fa7e5](https://github.com/tauri-apps/javascriptcore-rs/commit/68fa7e5f12110ac47c07afaaeebfeb7067dfca21) Add change file on 2021-11-04

## \[0.3.1]

- Update url in Cargo.toml.
Expand Down
8 changes: 4 additions & 4 deletions sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "javascriptcore-rs-sys"
version = "0.3.2"
version = "0.3.3"
authors = [ "The Gtk-rs Project Developers" ]
description = "Sys functions for the Rust bindings of the javacriptcore library"
repository = "https://github.com/tauri-apps/javascriptcore-rs"
Expand All @@ -17,7 +17,7 @@ version = "2.24"
version = "2.28"

[package.metadata.docs.rs]
features = ["dox"]
features = [ "dox" ]

[lib]
name = "javascriptcore_rs_sys"
Expand All @@ -35,5 +35,5 @@ shell-words = "1.0.0"
tempfile = "3"

[features]
v2_28 = []
dox = []
v2_28 = [ ]
dox = [ ]

0 comments on commit 18edcca

Please sign in to comment.