v1.3.0
This commit is contained in:
parent
72037bfd15
commit
6b9284689e
@ -1,3 +1,8 @@
|
|||||||
|
## 1.3.0 - 2020 Nov 29
|
||||||
|
- Added unit of mass `Stone`
|
||||||
|
- Added keyword `pounds-force` (used for `PoundsPerSquareInch`)
|
||||||
|
- Fixed lexing of `Pound`
|
||||||
|
|
||||||
## 1.2.0 - 2020 Nov 26
|
## 1.2.0 - 2020 Nov 26
|
||||||
- Added units of electric current
|
- Added units of electric current
|
||||||
- Added units of voltage
|
- Added units of voltage
|
||||||
|
|||||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -14,7 +14,7 @@ checksum = "95752358c8f7552394baf48cd82695b345628ad3f170d607de3ca03b8dacca15"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cpc"
|
name = "cpc"
|
||||||
version = "1.2.0"
|
version = "1.3.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"decimal_fixes_mirror",
|
"decimal_fixes_mirror",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "cpc"
|
name = "cpc"
|
||||||
version = "1.2.0"
|
version = "1.3.0"
|
||||||
description = "evaluates math expressions, with support for units and conversion between units"
|
description = "evaluates math expressions, with support for units and conversion between units"
|
||||||
authors = ["Kasper Henningsen"]
|
authors = ["Kasper Henningsen"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|||||||
@ -202,7 +202,7 @@ The compiled binaries will now be available inside `target/<target>/release/`. T
|
|||||||
2. Bump the version number in `Cargo.toml` and run `cargo check`
|
2. Bump the version number in `Cargo.toml` and run `cargo check`
|
||||||
3. Run `cargo test`
|
3. Run `cargo test`
|
||||||
4. Cross-compile cpc by following [the steps above](#cross-compiling)
|
4. Cross-compile cpc by following [the steps above](#cross-compiling)
|
||||||
5. Commit and tag in format `v0.0.0`
|
5. Commit and tag in format `v#.#.#`
|
||||||
6. Publish on crates.io:
|
6. Publish on crates.io:
|
||||||
1. Login by running `cargo login` and following the instructions
|
1. Login by running `cargo login` and following the instructions
|
||||||
2. Test publish to ensure there are no issues
|
2. Test publish to ensure there are no issues
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user