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 5aa0eba commit c3a80f9Copy full SHA for c3a80f9
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
A compact and composable dashboard component for Ruby
4
5
+## 0.2.0
6
+
7
+- feat: improve layout structure;
8
+- feat: improve routing methods;
9
+- feat: load authentication options from config;
10
+- deps: add tilt dependency and update gemspec dependencies versions;
11
+- docs: improve documentation and add more usage examples.
12
13
## 0.1.0
14
15
- First release
lib/tiny_admin/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
module TinyAdmin
- VERSION = '0.1.0'
+ VERSION = '0.2.0'
end
0 commit comments