Skip to content

Commit 97d405e

Browse files
committed
Cut 4.0.0
1 parent ab17b68 commit 97d405e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6-
## Unreleased
6+
## [Unreleased]
7+
8+
## [4.0.0] - 2024-12-13
79

810
### Changed
911

@@ -363,7 +365,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
363365

364366
## 1.0.0 - 2015-08-25
365367

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
367370
[3.0.0]: https://github.com/hakanensari/peddler/compare/v3.0.0.beta1...v3.0.0
368371
[3.0.0.beta1]: https://github.com/hakanensari/peddler/compare/v2.4.5...v3.0.0.beta1
369372
[2.4.4]: https://github.com/hakanensari/peddler/compare/v2.4.4...v2.4.5

lib/peddler/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 Peddler
4-
VERSION = "3.0.0"
4+
VERSION = "4.0.0"
55
end

0 commit comments

Comments
 (0)