Skip to content

Commit 197aac3

Browse files
committed
Auto merge of #284 - Ryman:release_0.7.0, r=Ryman
chore(*): release 0.7.0 Manually added the references to breaking changes, due to clog-tool/clog-cli#76.
2 parents 1f78ab2 + a1b9ba4 commit 197aac3

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-1
lines changed

.clog.toml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[clog]
22
repository = "https://github.com/nickel-org/nickel.rs"
33
from-latest-tag = true
4+
changelog = "changelog.md"

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "nickel"
4-
version = "0.6.0"
4+
version = "0.7.0"
55
authors = [ "Christoph Burgdorf <christoph@thoughtram.io>",
66
"Kevin Butler <haqkrs@gmail.com>",
77
"Simon Persson <simon@flaskpost.org>" ]

changelog.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
<a name="0.7.0"></a>
2+
## 0.7.0 (2015-09-15)
3+
4+
#### BREAKING CHANGES
5+
6+
See [8f411c9d](https://github.com/nickel-org/nickel.rs/commit/8f411c9d8c437ec7108893daad65eaf3dcf241e9), [2dd98e8c](https://github.com/nickel-org/nickel.rs/commit/2dd98e8c24922c54a7b811dd5877460ccf4433b8), [d4a6d815](https://github.com/nickel-org/nickel.rs/commit/d4a6d815351b7c27b88efb68aace16fc3b3b8578) for more information.
7+
8+
#### Bug Fixes
9+
10+
* **lifetimes:** correct lifetime pattern to separate out server state from mw state ([d4a6d815](https://github.com/nickel-org/nickel.rs/commit/d4a6d815351b7c27b88efb68aace16fc3b3b8578))
11+
* **middleware:** satisfy lifetime requirements for RFC 1214 ([fc35544c](https://github.com/nickel-org/nickel.rs/commit/fc35544ccc5f672285e77ef731df520498994126))
12+
* **travis:** resume publishing docs ([34a08aed](https://github.com/nickel-org/nickel.rs/commit/34a08aedfc1ce8740084db9487c8ad51bce3155a))
13+
14+
#### Features
15+
16+
* **macros:** allow hinting the server data type in middleware macro ([dda02d65](https://github.com/nickel-org/nickel.rs/commit/dda02d654ca77d60033c1a8462425ee66a9e43f6))
17+
* **nickel:** Add Mount middleware. ([0f258361](https://github.com/nickel-org/nickel.rs/commit/0f258361b0ca670321e1f621189a716c94633773))
18+
* **render:** improve ergonomics of send_file ([55d97f4e](https://github.com/nickel-org/nickel.rs/commit/55d97f4e2736714ce9a90760981342c240b5f182))
19+
* **response:** allow Plugins for Response ([ffb5f212](https://github.com/nickel-org/nickel.rs/commit/ffb5f21293a51dc29a3f7109560931ca810afe7e))
20+
* **router:** add chainable routes ([2dd98e8c](https://github.com/nickel-org/nickel.rs/commit/2dd98e8c24922c54a7b811dd5877460ccf4433b8))
21+
* **server:** add some shared data across all requests ([8f411c9d](https://github.com/nickel-org/nickel.rs/commit/8f411c9d8c437ec7108893daad65eaf3dcf241e9))
22+
* **ssl:** make Hyper's SSL feature optional ([ea2081a7](https://github.com/nickel-org/nickel.rs/commit/ea2081a79877022186012d5212f9b78ac4a2f451))
23+
24+
25+
126
<a name="0.6.0"></a>
227
## 0.6.0 (2015-07-16)
328

0 commit comments

Comments
 (0)