Skip to content

Commit 35108cf

Browse files
authored
chore(main): release rails_url_shortener 0.4.0 (#17)
1 parent 84782f9 commit 35108cf

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-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.3.0"
2+
".": "0.4.0"
33
}

CHANGELOG.md

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

3+
## [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)
4+
5+
6+
### Features
7+
8+
* add referer to visits model ([84782f9](https://github.com/a-chacon/rails-url-shortener/commit/84782f9a6586350620db3357f746fbda48a1343f))
9+
* add referer to visits model ([a2759c4](https://github.com/a-chacon/rails-url-shortener/commit/a2759c4b2437d653db6f156a356e1a6f2cc28468))
10+
11+
12+
### Documentation
13+
14+
* **readme:** add badges ([0c27b50](https://github.com/a-chacon/rails-url-shortener/commit/0c27b50f22c7079b80b70600b3126fcb67ec9474))
15+
316
## [0.3.0](https://github.com/a-chacon/rails-url-shortener/compare/rails_url_shortener-v0.2.10...rails_url_shortener/v0.3.0) (2025-03-16)
417

518

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.3.0)
4+
rails_url_shortener (0.4.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.3.0'
4+
VERSION = '0.4.0'
55
end

0 commit comments

Comments
 (0)