Skip to content

Commit

Permalink
Prepare 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nvzqz committed Aug 30, 2020
1 parent 0529fad commit a41c528
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog] and this project adheres to
[Semantic Versioning].

## Unreleased
## [Unreleased]

## 1.0.0 - 2020-08-30

### Added

Expand All @@ -19,3 +21,5 @@ The format is based on [Keep a Changelog] and this project adheres to

[Keep a Changelog]: http://keepachangelog.com/en/1.0.0/
[Semantic Versioning]: http://semver.org/spec/v2.0.0.html

[Unreleased]: https://github.com/nvzqz/embed-plist-rs/compare/v1.0.0...HEAD
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "embed_plist"
version = "0.0.0"
version = "1.0.0"
authors = ["Nikolai Vazquez <hello@nikolaivazquez.com>"]
license = "MIT OR Apache-2.0"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ the following to your project's [`Cargo.toml`]:

```toml
[dependencies]
embed_plist = "0"
embed_plist = "1"
```

...and this to any source file in your crate:
Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
//!
//! ```toml
//! [dependencies]
//! embed_plist = "0"
//! embed_plist = "1"
//! ```
//!
//! ...and this to any source file in your crate:
Expand Down Expand Up @@ -279,7 +279,7 @@
//! [`transmute`]: https://doc.rust-lang.org/std/mem/fn.transmute.html

#![doc(
html_root_url = "https://docs.rs/embed_plist/0.0.0",
html_root_url = "https://docs.rs/embed_plist/1.0.0",
html_logo_url = "https://raw.githubusercontent.com/nvzqz/embed-plist-rs/main/img/icon.svg?sanitize=true"
)]
#![no_std]
Expand Down

0 comments on commit a41c528

Please sign in to comment.