Skip to content

Commit ab4ed83

Browse files
authored
const-oid v0.3.3 (#111)
1 parent c834372 commit ab4ed83

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

const-oid/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 0.3.3 (2020-12-05)
8+
### Changed
9+
- Improve description in Cargo.toml/README.md (#110)
10+
11+
[#110]: https://github.com/RustCrypto/utils/pull/110
12+
713
## 0.3.2 (2020-12-05)
814
### Changed
915
- Documentation improvements ([#107])

const-oid/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "const-oid"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
authors = ["RustCrypto Developers"]
55
license = "Apache-2.0 OR MIT"
66
edition = "2018"

const-oid/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#![no_std]
3636
#![doc(
3737
html_logo_url = "https://raw.githubusercontent.com/RustCrypto/meta/master/logo_small.png",
38-
html_root_url = "https://docs.rs/const-oid/0.3.2"
38+
html_root_url = "https://docs.rs/const-oid/0.3.3"
3939
)]
4040
#![forbid(unsafe_code)]
4141
#![warn(missing_docs, rust_2018_idioms)]

0 commit comments

Comments
 (0)