From 968e92f363ef810ebf23469b47b68d652e1110c4 Mon Sep 17 00:00:00 2001 From: Philipp Rehner <69816385+prehner@users.noreply.github.com> Date: Fri, 20 Jan 2023 18:25:47 +0100 Subject: [PATCH] Release v0.6.0 (#53) --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- README.md | 2 +- si-units/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a37f925..99c7235 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.6.0] - 2023-01-20 ### Added - Added the new SI unit prefixes `QUECTO`, `RONTO`, `RONNA`, and `QUETTA`. [#49](https://github.com/itt-ustutt/quantity/pull/49) diff --git a/Cargo.toml b/Cargo.toml index ea6d1b8..8678ef9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quantity" -version = "0.5.1" +version = "0.6.0" authors = ["Philipp Rehner ", "Gernot Bauer "] edition = "2018" diff --git a/README.md b/README.md index 4ca6e27..371d849 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Add this to your `Cargo.toml`: ``` [dependencies] -quantity = "0.5" +quantity = "0.6" ``` ## Python package diff --git a/si-units/Cargo.toml b/si-units/Cargo.toml index cdb7abe..0c993ce 100644 --- a/si-units/Cargo.toml +++ b/si-units/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "si-units" -version = "0.5.1" +version = "0.6.0" authors = ["Philipp Rehner ", "Gernot Bauer "] edition = "2018"