File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.3 .0"
2+ "." : " 0.4 .0"
33}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11PATH
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
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module RailsUrlShortener
4- VERSION = '0.3 .0'
4+ VERSION = '0.4 .0'
55end
You can’t perform that action at this time.
0 commit comments