We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec13cd6 commit c2e2fc2Copy full SHA for c2e2fc2
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# v1.0.0 (??-03-2021)
2
+
3
+- Crystal 1.0.0 support :tada:
4
5
# v0.3.0 (29-10-2016)
6
7
- Escape queries by default.
shard.yml
@@ -1,5 +1,5 @@
name: tren
-version: 0.2.1
+version: 1.0.0
authors:
- Fatih Kadir Akın <[email protected]>
src/tren/version.cr
@@ -1,3 +1,3 @@
module Tren
- VERSION = "0.2.1"
+ VERSION = "1.0.0"
end
0 commit comments