Skip to content

Commit f74e656

Browse files
committed
Bump to v0.4.2 for release
1 parent b2b4ff2 commit f74e656

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CHANGELOG.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
ChangeLog
22
=========
33

4-
https://github.com/eraserhd/parinfer-rust/compare/v0.4.1...HEAD[Unreleased]
5-
---------------------------------------------------------------------------
4+
https://github.com/eraserhd/parinfer-rust/compare/v0.4.1...v0.4.2[0.4.2]
5+
------------------------------------------------------------------------
66

77
=== Fixed
88

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "parinfer_rust"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
authors = ["Jason Felice <[email protected]>"]
55

66
[lib]

derivation.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
rustPlatform.buildRustPackage rec {
44
name = "parinfer-rust-${version}";
5-
version = "0.4.1";
5+
version = "0.4.2";
66

77
src = ./.;
88
cargoSha256 = "0i5wy15w985nxwl4b6rzb06hchzjwph6ygzjkkmigm9diw9jcycn";

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Rust (WebAssembly) port of Parinfer.",
44
"homepage": "https://github.com/eraserhd/parinfer-rust",
55
"license": "ISC",
6-
"version": "0.4.1",
6+
"version": "0.4.2",
77
"author": {
88
"name": "Jason Felice",
99
"email": "[email protected]"

0 commit comments

Comments
 (0)