Skip to content

Commit

Permalink
Bump to v0.4.3 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
eraserhd committed Feb 23, 2020
1 parent cec2198 commit 7b67f16
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ChangeLog
=========

https://github.com/eraserhd/parinfer-rust/compare/v0.4.2...HEAD[Unreleased]
---------------------------------------------------------------------------
https://github.com/eraserhd/parinfer-rust/compare/v0.4.2...v0.4.3[0.4.3]
------------------------------------------------------------------------

=== Fixed

Expand Down
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "parinfer_rust"
version = "0.4.2"
version = "0.4.3"
authors = ["Jason Felice <[email protected]>"]

[lib]
Expand Down
2 changes: 1 addition & 1 deletion derivation.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

rustPlatform.buildRustPackage rec {
name = "parinfer-rust-${version}";
version = "0.4.2";
version = "0.4.3";

src = ./.;
cargoSha256 = "0i5wy15w985nxwl4b6rzb06hchzjwph6ygzjkkmigm9diw9jcycn";
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Rust (WebAssembly) port of Parinfer.",
"homepage": "https://github.com/eraserhd/parinfer-rust",
"license": "ISC",
"version": "0.4.2",
"version": "0.4.3",
"author": {
"name": "Jason Felice",
"email": "[email protected]"
Expand Down

0 comments on commit 7b67f16

Please sign in to comment.