Skip to content

Commit c2e2fc2

Browse files
authored
Update to 1.0.0 (#14)
1 parent ec13cd6 commit c2e2fc2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.0.0 (??-03-2021)
2+
3+
- Crystal 1.0.0 support :tada:
4+
15
# v0.3.0 (29-10-2016)
26

37
- Escape queries by default.

shard.yml

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

44
authors:
55
- Fatih Kadir Akın <[email protected]>

src/tren/version.cr

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

0 commit comments

Comments
 (0)