From f657fb0ed9f17f75dd6422ffddd4f940384d0f24 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Sat, 27 Mar 2021 12:00:42 -0700 Subject: [PATCH] v1.1.1 (#67) --- CHANGELOG.md | 6 ++++++ Cargo.toml | 5 +---- src/lib.rs | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f00c08..0debe7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. 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). +## 1.1.1 (2021-03-27) +### Added +- `doc_cfg` ([#64]) + +[#64]: https://github.com/tarcieri/micromath/pull/64 + ## 1.1.0 (2020-09-30) ### Added - `powi` support ([#53]) diff --git a/Cargo.toml b/Cargo.toml index 7c8a65b..fcc5b45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "micromath" -version = "1.1.0" # Also update html_root_url in lib.rs when bumping this +version = "1.1.1" # Also update html_root_url in lib.rs when bumping this description = """ Embedded-friendly math library featuring fast floating point approximations (with small code size) for common arithmetic operations, trigonometry, @@ -15,9 +15,6 @@ edition = "2018" categories = ["embedded", "mathematics", "science", "no-std"] keywords = ["math", "quaternions", "statistics", "trigonometry", "vector"] -[badges] -maintenance = { status = "passively-maintained" } - [dependencies.generic-array] version = "0.14" optional = true diff --git a/src/lib.rs b/src/lib.rs index b9193bc..2b818f0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -81,7 +81,7 @@ #![cfg_attr(docsrs, feature(doc_cfg))] #![doc( html_logo_url = "https://raw.githubusercontent.com/tarcieri/micromath/main/img/micromath-sq.png", - html_root_url = "https://docs.rs/micromath/1.1.0" + html_root_url = "https://docs.rs/micromath/1.1.1" )] #![forbid(unsafe_code)] #![warn(