Skip to content

Commit b7707fe

Browse files
author
Mattia Roccoberton
committed
Bump to version 0.3.0
1 parent 60688c8 commit b7707fe

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

33
A compact and composable dashboard component for Ruby
44

5+
## 0.3.0
6+
7+
- feat: pagination improvements
8+
- feat: components improvements
9+
- feat: improve index action
10+
511
## 0.2.1
612

713
- fix: correct missing password hash;

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Please ⭐ if you like it.
1616

1717
## Install
1818

19-
- Add to your Gemfile: `gem 'tiny_admin', '~> 0.2'`
19+
- Add to your Gemfile: `gem 'tiny_admin', '~> 0.3'`
2020
- Mount the app in a route (check some examples with: Hanami, Rails, Roda and standalone in [extra](extra))
2121
+ in Rails, update _config/routes.rb_: `mount TinyAdmin::Router => '/admin'`
2222
- Configure the dashboard using `TinyAdmin.configure` and/or `TinyAdmin.configure_from_file` (see [configuration](#configuration) below):

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.2.1'
4+
VERSION = '0.3.0'
55
end

0 commit comments

Comments
 (0)