File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased ]
8+ ## [ 3.0.0 ] - 2026-03-16
99
1010### Added
1111
@@ -137,7 +137,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
137137
138138- Initial release.
139139
140- [ Unreleased ] : https://github.com/httprb/form_data/compare/v2.3.0...HEAD
140+ [ 3.0.0 ] : https://github.com/httprb/form_data/compare/v2.3.0...v3.0.0
141141[ 2.3.0 ] : https://github.com/httprb/form_data/compare/v2.2.0...v2.3.0
142142[ 2.2.0 ] : https://github.com/httprb/form_data/compare/v2.1.1...v2.2.0
143143[ 2.1.1 ] : https://github.com/httprb/form_data/compare/v2.1.0...v2.1.1
Original file line number Diff line number Diff line change 33module HTTP
44 module FormData
55 # Gem version.
6- VERSION = "2.3 .0"
6+ VERSION = "3.0 .0"
77 end
88end
You can’t perform that action at this time.
0 commit comments