Skip to content

Commit b33cd39

Browse files
committed
Merge pull request #5 from MakeNowJust/version/1.0.0
Version 1.0.0 🎉
2 parents 13bbf06 + 496cd49 commit b33cd39

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v1.0.0 (2015-10-18)
2+
3+
Changes:
4+
5+
- Replaced from `StringIO` to `MemoryIO` for Crystal v0.9.0 (see [manastech/crystal@`9b8e6c7`](https://github.com/manastech/crystal/commit/9b8e6c7e5f35b62503cd1507b1097d6c20c398dd))
6+
- Support [shards](https://github.com/ysbaddaden/shards).
7+
- Support [semver](http://semver.org/) to release.
8+
19
## v0.3.2 (2015-09-12)
210

311
Changes:

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: crustache
2-
version: 0.3.2
2+
version: 1.0.0
33

44
authors:
55
- TSUYUSATO Kitsune <make.just.on@gmail.com>

src/crustache/version.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Crustache
2-
VERSION = "0.3.2"
2+
VERSION = "1.0.0"
33
end

0 commit comments

Comments
 (0)