Skip to content

Commit

Permalink
Merge pull request #144 from tauri-apps/release
Browse files Browse the repository at this point in the history
Publish New Versions
  • Loading branch information
wusyong committed Apr 4, 2023
2 parents 7798aaf + 284c828 commit 7345729
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changes/major.md

This file was deleted.

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

## \[1.0.0]

- Bump version to 1.0.
- [31b3ddf](https://github.com/tauri-apps/javascriptcore-rs/commit/31b3ddf725a394499d2a3a03a776d34e73464a66) Bump version to v1.0 on 2023-04-04

## \[0.19.2]

- Enable dox feature when building docs.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "webkit2gtk"
version = "0.19.2"
version = "1.0.0"
edition = "2021"
categories = [ "api-bindings", "gui" ]
description = "Rust bindings for webkit-gtk library"
Expand Down Expand Up @@ -70,4 +70,4 @@ gtk-sys = "^0.16.0"
[dependencies.ffi]
package = "webkit2gtk-sys"
path = "sys"
version = "^0.19"
version = "1.0"
5 changes: 5 additions & 0 deletions sys/CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

## \[1.0.0]

- Bump version to 1.0.
- [31b3ddf](https://github.com/tauri-apps/javascriptcore-rs/commit/31b3ddf725a394499d2a3a03a776d34e73464a66) Bump version to v1.0 on 2023-04-04

## \[0.19.1]

- Update javascriptcore to crates.io dependency.
Expand Down
2 changes: 1 addition & 1 deletion sys/Cargo.toml
Expand Up @@ -7,7 +7,7 @@ keywords = [ "webkit", "gtk-rs", "gnome", "GUI" ]
license = "MIT"
links = "web_kit2"
repository = "https://github.com/tauri-apps/webkit2gtk-rs"
version = "0.19.1"
version = "1.0.0"
edition = "2018"

[package.metadata.docs.rs]
Expand Down

0 comments on commit 7345729

Please sign in to comment.