Skip to content

Commit

Permalink
release: 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Mar 28, 2018
1 parent 7442878 commit 64f44de
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,26 @@
# Table of Contents

- [Unreleased](#unreleased)
- [2.0.1](#2.0.1)
- [2.0.0](#2.0.0)
- [1.0.1](#1.0.1)
- [1.0.0](#1.0.0)

## Unreleased

Diff: [2.0.0...master]
Diff: [2.0.1...master]

[Back to TOC](#table-of-contents)

## [2.0.1]

> Released on: 2018/03/27
#### Fixed

- Ensure the `set()`, `delete()`, `peek()`, and `purge()` method properly
support the new `shm_miss` option.
[#45](https://github.com/thibaultcha/lua-resty-mlcache/pull/45)

[Back to TOC](#table-of-contents)

Expand Down Expand Up @@ -78,7 +91,8 @@ Initial release.

[Back to TOC](#table-of-contents)

[2.0.0...master]: https://github.com/thibaultcha/lua-resty-mlcache/compare/2.0.0...master
[2.0.1...master]: https://github.com/thibaultcha/lua-resty-mlcache/compare/2.0.1...master
[2.0.1]: https://github.com/thibaultcha/lua-resty-mlcache/compare/2.0.0...2.0.1
[2.0.0]: https://github.com/thibaultcha/lua-resty-mlcache/compare/1.0.1...2.0.0
[1.0.1]: https://github.com/thibaultcha/lua-resty-mlcache/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/thibaultcha/lua-resty-mlcache/tree/1.0.0
2 changes: 1 addition & 1 deletion lib/resty/mlcache.lua
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ end


local _M = {
_VERSION = "2.0.0",
_VERSION = "2.0.1",
_AUTHOR = "Thibault Charbonnier",
_LICENSE = "MIT",
_URL = "https://github.com/thibaultcha/lua-resty-mlcache",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package = "lua-resty-mlcache"
version = "2.0.0-1"
version = "2.0.1-1"
source = {
url = "git://github.com/thibaultcha/lua-resty-mlcache",
tag = "2.0.0"
tag = "2.0.1"
}
description = {
summary = "Multi-level caching library for OpenResty",
Expand Down

0 comments on commit 64f44de

Please sign in to comment.