Skip to content

Commit e8e66c4

Browse files
committed
chore(main): release rails_url_shortener 0.6.0
1 parent 303b178 commit e8e66c4

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.5.0"
2+
".": "0.6.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.6.0](https://github.com/a-chacon/rails-url-shortener/compare/rails_url_shortener/v0.5.0...rails_url_shortener/v0.6.0) (2025-10-20)
4+
5+
6+
### Features
7+
8+
* **generator:** simplify installation by reducing setup steps ([#25](https://github.com/a-chacon/rails-url-shortener/issues/25)) ([303b178](https://github.com/a-chacon/rails-url-shortener/commit/303b1780fb1ecda0b014f72cbe122cdde7a1146e))
9+
310
## [0.5.0](https://github.com/a-chacon/rails-url-shortener/compare/rails_url_shortener/v0.4.0...rails_url_shortener/v0.5.0) (2025-07-20)
411

512

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
rails_url_shortener (0.5.0)
4+
rails_url_shortener (0.6.0)
55
browser (>= 5.3.0)
66
http (>= 5.1.0)
77

lib/rails_url_shortener/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 RailsUrlShortener
4-
VERSION = '0.5.0'
4+
VERSION = '0.6.0'
55
end

0 commit comments

Comments
 (0)