Skip to content

Commit

Permalink
Add relese versions of deprecated crates (#642)
Browse files Browse the repository at this point in the history
* Add relese versions of deprecated crates

Follow up to #641; this commit introduces the final versions for publishing the deprecated crates

* Add release date
  • Loading branch information
saulecabrera authored May 7, 2024
1 parent 0a73a51 commit 499eac7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/quickjs-wasm-rs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [3.1.0] - 2024-05-07

- Mark crate as deprecated
- Add a new `expose-sys` feature that exposes unstable escape hatch functions to the underlying `quickjs_wasm_sys` crate.
Expand Down
2 changes: 1 addition & 1 deletion crates/quickjs-wasm-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quickjs-wasm-rs"
version = "3.1.0-alpha.1"
version = "3.1.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/quickjs-wasm-sys/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased changes
## [1.2.1] - 2024-05-07

- Mark crate as deprecated.
- Expose `JS_DupValue` via `JS_DupValueExt`.
Expand Down
2 changes: 1 addition & 1 deletion crates/quickjs-wasm-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quickjs-wasm-sys"
version = "1.2.1-alpha.1"
version = "1.2.1"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down

0 comments on commit 499eac7

Please sign in to comment.