Skip to content

Commit c3a80f9

Browse files
author
Mattia Roccoberton
committed
Bump to version 0.2.0
1 parent 5aa0eba commit c3a80f9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
A compact and composable dashboard component for Ruby
44

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+
513
## 0.1.0
614

715
- First release

lib/tiny_admin/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module TinyAdmin
4-
VERSION = '0.1.0'
4+
VERSION = '0.2.0'
55
end

0 commit comments

Comments
 (0)