From c60b304d70887d95fe6af68657657db5398d641c Mon Sep 17 00:00:00 2001 From: David Peter Date: Fri, 9 Aug 2024 17:47:36 +0200 Subject: [PATCH] Bump version to v1.13.0 --- Cargo.lock | 4 ++-- book/src/cli-installation.md | 4 ++-- numbat-cli/Cargo.toml | 4 ++-- numbat-wasm/Cargo.lock | 2 +- numbat/Cargo.toml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fa53c8f1..c0620606 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -830,7 +830,7 @@ dependencies = [ [[package]] name = "numbat" -version = "1.12.0" +version = "1.13.0" dependencies = [ "approx", "codespan-reporting", @@ -864,7 +864,7 @@ dependencies = [ [[package]] name = "numbat-cli" -version = "1.12.0" +version = "1.13.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/book/src/cli-installation.md b/book/src/cli-installation.md index 4349d04c..df731ab5 100644 --- a/book/src/cli-installation.md +++ b/book/src/cli-installation.md @@ -12,8 +12,8 @@ Download the latest `.deb` package from [the release page](https://github.com/sh and install it via `dpkg`. For example: ``` bash -curl -LO https://github.com/sharkdp/numbat/releases/download/v1.12.0/numbat_1.12.0_amd64.deb -sudo dpkg -i numbat_1.12.0_amd64.deb +curl -LO https://github.com/sharkdp/numbat/releases/download/v1.13.0/numbat_1.13.0_amd64.deb +sudo dpkg -i numbat_1.13.0_amd64.deb ``` Alternatively, if you want automatic updates, you can use a community-maintained [Numbat PPA](https://launchpad.net/~apandada1/+archive/ubuntu/numbat). The PPA only hosts packages for the `amd64`/`x86_64` architecture. diff --git a/numbat-cli/Cargo.toml b/numbat-cli/Cargo.toml index d1460f76..fb6b8078 100644 --- a/numbat-cli/Cargo.toml +++ b/numbat-cli/Cargo.toml @@ -6,7 +6,7 @@ categories = ["command-line-utilities", "science", "mathematics", "compilers"] keywords = ["language", "compiler", "physics", "units", "calculation"] homepage = "https://numbat.dev/" repository = "https://github.com/sharkdp/numbat" -version = "1.12.0" +version = "1.13.0" edition = "2021" license = "MIT OR Apache-2.0" readme = "../README.md" @@ -16,7 +16,7 @@ rust-version = "1.70" anyhow = "1" rustyline = { version = "13", features = ["derive"] } dirs = "5" -numbat = { version = "1.12.0", path = "../numbat" } +numbat = { version = "1.13.0", path = "../numbat" } colored = "2" itertools = "0.12" toml = { version = "0.8.8", features = ["parse"] } diff --git a/numbat-wasm/Cargo.lock b/numbat-wasm/Cargo.lock index 7cfe2110..1c0ada37 100644 --- a/numbat-wasm/Cargo.lock +++ b/numbat-wasm/Cargo.lock @@ -329,7 +329,7 @@ dependencies = [ [[package]] name = "numbat" -version = "1.12.0" +version = "1.13.0" dependencies = [ "codespan-reporting", "heck", diff --git a/numbat/Cargo.toml b/numbat/Cargo.toml index 4d637206..4d7675f6 100644 --- a/numbat/Cargo.toml +++ b/numbat/Cargo.toml @@ -6,7 +6,7 @@ categories = ["science", "mathematics", "compilers"] keywords = ["language", "compiler", "physics", "units", "calculation"] homepage = "https://numbat.dev/" repository = "https://github.com/sharkdp/numbat" -version = "1.12.0" +version = "1.13.0" edition = "2021" license = "MIT OR Apache-2.0" readme = "README.md"