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 366718d commit 5708e2fCopy full SHA for 5708e2f
CHANGELOG.md
@@ -1,9 +1,12 @@
1
## [Unreleased]
2
-## Fixed
+
3
+## 6.0.1 / 2024-10-14
4
+### Fixed
5
* Code only misspelling of existence
6
* Code only misspelling of modifier
7
* Code only misspelling of number
8
* Code only misspelling of acceptance
9
+* Moved development dependencies to Gem files
10
11
## 6.0.0 / 2024-09-30
12
### Changed
lib/canql/version.rb
@@ -2,5 +2,5 @@
# This stores the current version of the Canql gem
module Canql
- VERSION = '6.0.0'
+ VERSION = '6.0.1'
end
0 commit comments