Skip to content

Commit 812a4e5

Browse files
authored
chore(main): release rails_url_shortener 0.5.0 (#21)
1 parent 348c6f4 commit 812a4e5

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-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.4.0"
2+
".": "0.5.0"
33
}

CHANGELOG.md

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

3+
## [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)
4+
5+
6+
### Features
7+
8+
* let the initializer choose whether save or not visits. ([#20](https://github.com/a-chacon/rails-url-shortener/issues/20)) ([2f30898](https://github.com/a-chacon/rails-url-shortener/commit/2f3089886c6e6a7e2d26d80fb1596e1f7b327abc))
9+
10+
11+
### Bug Fixes
12+
13+
* update dependencies and lint errors ([348c6f4](https://github.com/a-chacon/rails-url-shortener/commit/348c6f497a99382a594e21bd2a7307980289a1bc))
14+
315
## [0.4.0](https://github.com/a-chacon/rails-url-shortener/compare/rails_url_shortener/v0.3.0...rails_url_shortener/v0.4.0) (2025-05-08)
416

517

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.4.0)
4+
rails_url_shortener (0.5.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.4.0'
4+
VERSION = '0.5.0'
55
end

0 commit comments

Comments
 (0)