File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
5
5
6
- ## Unreleased
6
+ ## [ Unreleased]
7
+
8
+ ## [ 4.0.0] - 2024-12-13
7
9
8
10
### Changed
9
11
@@ -363,7 +365,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
363
365
364
366
## 1.0.0 - 2015-08-25
365
367
366
- [ unreleased ] : https://github.com/hakanensari/peddler/compare/v2.4.5...HEAD
368
+ [ Unreleased ] : https://github.com/hakanensari/peddler/compare/v4.0.0...HEAD
369
+ [ 4.0.0 ] : https://github.com/hakanensari/peddler/compare/v3.0.0...v4.0.0
367
370
[ 3.0.0 ] : https://github.com/hakanensari/peddler/compare/v3.0.0.beta1...v3.0.0
368
371
[ 3.0.0.beta1 ] : https://github.com/hakanensari/peddler/compare/v2.4.5...v3.0.0.beta1
369
372
[ 2.4.4 ] : https://github.com/hakanensari/peddler/compare/v2.4.4...v2.4.5
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module Peddler
4
- VERSION = "3 .0.0"
4
+ VERSION = "4 .0.0"
5
5
end
You can’t perform that action at this time.
0 commit comments