From 7b67f166e8ad12899903a0ea451333c41ed80544 Mon Sep 17 00:00:00 2001 From: Jason Felice Date: Sun, 23 Feb 2020 14:19:25 -0500 Subject: [PATCH] Bump to v0.4.3 for release --- CHANGELOG.adoc | 4 ++-- Cargo.lock | 2 +- Cargo.toml | 2 +- derivation.nix | 2 +- package.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 1251cee..31ed63a 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -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 diff --git a/Cargo.lock b/Cargo.lock index bfcef67..924f693 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -337,7 +337,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "parinfer_rust" -version = "0.4.2" +version = "0.4.3" dependencies = [ "emacs 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "getopts 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 0a4e42e..a7db072 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parinfer_rust" -version = "0.4.2" +version = "0.4.3" authors = ["Jason Felice "] [lib] diff --git a/derivation.nix b/derivation.nix index 4002eb5..1dae3c5 100644 --- a/derivation.nix +++ b/derivation.nix @@ -2,7 +2,7 @@ rustPlatform.buildRustPackage rec { name = "parinfer-rust-${version}"; - version = "0.4.2"; + version = "0.4.3"; src = ./.; cargoSha256 = "0i5wy15w985nxwl4b6rzb06hchzjwph6ygzjkkmigm9diw9jcycn"; diff --git a/package.json b/package.json index 1bb5dc3..319b039 100644 --- a/package.json +++ b/package.json @@ -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": "jason.m.felice@gmail.com"