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 da85021 commit 90979ecCopy full SHA for 90979ec
CHANGELOG.md
@@ -1,7 +1,10 @@
1
## Unreleased
2
3
+## 0.4.6
4
+
5
* Allows to access `current_user` and other controller available methods in the `enable_inline_editing` function. ([@coorasse][])
6
* Improved project setup. ([@simon-isler][])
7
+* Various bug fixes
8
9
## 0.4.5
10
lib/moirai/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Moirai
- VERSION = "0.4.5"
+ VERSION = "0.4.6"
end
0 commit comments