Skip to content
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.

Commit

Permalink
Release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-schievink committed Aug 24, 2018
1 parent 9d82cd7 commit 4d8e66e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

No changes.

## 0.12.0 - 2018-08-24

### Breaking Changes

* Bump the minimum supported Rust version and change the Rust version policy.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ categories = ["network-programming", "encoding"]
readme = "README.md"
license = "CC0-1.0"
name = "xmlrpc"
version = "0.11.1"
version = "0.12.0"

[dependencies]
base64 = "0.9.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Start by adding an entry to your `Cargo.toml`:

```toml
[dependencies]
xmlrpc = "0.11.1"
xmlrpc = "0.12.0"
```

Then import the crate into your Rust code:
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//!
//! [XML-RPC specification]: http://xmlrpc.scripting.com/spec.html
#![doc(html_root_url = "https://docs.rs/xmlrpc/0.11.1")]
#![doc(html_root_url = "https://docs.rs/xmlrpc/0.12.0")]
#![warn(missing_debug_implementations)]
#![warn(missing_docs)]

Expand Down

0 comments on commit 4d8e66e

Please sign in to comment.