Browse Source

Update version numbers

David Peter 1 year ago
parent
commit
0abfeed672
4 changed files with 8 additions and 8 deletions
  1. 3 3
      Cargo.lock
  2. 2 2
      numbat-cli/Cargo.toml
  3. 1 1
      numbat-exchange-rates/Cargo.toml
  4. 2 2
      numbat/Cargo.toml

+ 3 - 3
Cargo.lock

@@ -839,7 +839,7 @@ dependencies = [
 
 
 [[package]]
 [[package]]
 name = "numbat"
 name = "numbat"
-version = "1.6.3"
+version = "1.7.0"
 dependencies = [
 dependencies = [
  "approx",
  "approx",
  "codespan-reporting",
  "codespan-reporting",
@@ -864,7 +864,7 @@ dependencies = [
 
 
 [[package]]
 [[package]]
 name = "numbat-cli"
 name = "numbat-cli"
-version = "1.6.3"
+version = "1.7.0"
 dependencies = [
 dependencies = [
  "anyhow",
  "anyhow",
  "assert_cmd",
  "assert_cmd",
@@ -879,7 +879,7 @@ dependencies = [
 
 
 [[package]]
 [[package]]
 name = "numbat-exchange-rates"
 name = "numbat-exchange-rates"
-version = "0.3.0"
+version = "0.4.0"
 dependencies = [
 dependencies = [
  "attohttpc",
  "attohttpc",
  "quick-xml",
  "quick-xml",

+ 2 - 2
numbat-cli/Cargo.toml

@@ -6,7 +6,7 @@ categories = ["command-line-utilities", "science", "mathematics", "compilers"]
 keywords = ["language", "compiler", "physics", "units", "calculation"]
 keywords = ["language", "compiler", "physics", "units", "calculation"]
 homepage = "https://numbat.dev/"
 homepage = "https://numbat.dev/"
 repository = "https://github.com/sharkdp/numbat"
 repository = "https://github.com/sharkdp/numbat"
-version = "1.6.3"
+version = "1.7.0"
 edition = "2021"
 edition = "2021"
 license = "MIT OR Apache-2.0"
 license = "MIT OR Apache-2.0"
 readme = "../README.md"
 readme = "../README.md"
@@ -16,7 +16,7 @@ rust-version = "1.70"
 anyhow = "1"
 anyhow = "1"
 rustyline = { version = "12", features = ["derive"] }
 rustyline = { version = "12", features = ["derive"] }
 dirs = "5"
 dirs = "5"
-numbat = { version = "1.6.3", path = "../numbat" }
+numbat = { version = "1.7.0", path = "../numbat" }
 colored = "2"
 colored = "2"
 itertools = "0.11"
 itertools = "0.11"
 
 

+ 1 - 1
numbat-exchange-rates/Cargo.toml

@@ -4,7 +4,7 @@ description = "A library to fetch and parse currency exchange rates from the ECB
 authors = ["David Peter <[email protected]>"]
 authors = ["David Peter <[email protected]>"]
 homepage = "https://numbat.dev/"
 homepage = "https://numbat.dev/"
 repository = "https://github.com/sharkdp/numbat"
 repository = "https://github.com/sharkdp/numbat"
-version = "0.3.0"
+version = "0.4.0"
 edition = "2021"
 edition = "2021"
 license = "MIT OR Apache-2.0"
 license = "MIT OR Apache-2.0"
 rust-version = "1.70"
 rust-version = "1.70"

+ 2 - 2
numbat/Cargo.toml

@@ -6,7 +6,7 @@ categories = ["science", "mathematics", "compilers"]
 keywords = ["language", "compiler", "physics", "units", "calculation"]
 keywords = ["language", "compiler", "physics", "units", "calculation"]
 homepage = "https://numbat.dev/"
 homepage = "https://numbat.dev/"
 repository = "https://github.com/sharkdp/numbat"
 repository = "https://github.com/sharkdp/numbat"
-version = "1.6.3"
+version = "1.7.0"
 edition = "2021"
 edition = "2021"
 license = "MIT OR Apache-2.0"
 license = "MIT OR Apache-2.0"
 readme = "README.md"
 readme = "README.md"
@@ -21,7 +21,7 @@ num-traits = "0.2"
 codespan-reporting = "0.11"
 codespan-reporting = "0.11"
 strsim = "0.10.0"
 strsim = "0.10.0"
 pretty_dtoa = "0.3"
 pretty_dtoa = "0.3"
-numbat-exchange-rates = { version = "0.3.0", path = "../numbat-exchange-rates" }
+numbat-exchange-rates = { version = "0.4.0", path = "../numbat-exchange-rates" }
 heck = { version = "0.4.1", features = ["unicode"] }
 heck = { version = "0.4.1", features = ["unicode"] }
 unicode-ident = "1.0.11"
 unicode-ident = "1.0.11"
 unicode-width = "0.1.10"
 unicode-width = "0.1.10"