From 70c2c93d49f40584a1b378fe0319c727e7fe791c Mon Sep 17 00:00:00 2001 From: Robert Waffen Date: Thu, 9 Jul 2026 15:58:58 +0200 Subject: [PATCH] Release v4.4.0 Signed-off-by: Robert Waffen --- CHANGELOG.md | 16 ++++++++++++++-- lib/modulesync/version.rb | 2 +- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe9ac7a9..da013f83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,21 @@ All notable changes to this project will be documented in this file. -## [4.3.0](https://github.com/voxpupuli/modulesync/tree/4.3.0) (2026-07-09) +## [4.4.0](https://github.com/voxpupuli/modulesync/tree/4.4.0) (2026-07-09) -[Full Changelog](https://github.com/voxpupuli/modulesync/compare/4.2.0...4.3.0) +[Full Changelog](https://github.com/voxpupuli/modulesync/compare/v4.3.0...4.4.0) + +**Implemented enhancements:** + +- feat: add best practices on how to version a gem [\#351](https://github.com/voxpupuli/modulesync/pull/351) ([rwaffen](https://github.com/rwaffen)) + +**Fixed bugs:** + +- fix: add guess\_endpoint\_from for github, similar to gitlab [\#350](https://github.com/voxpupuli/modulesync/pull/350) ([rwaffen](https://github.com/rwaffen)) + +## [v4.3.0](https://github.com/voxpupuli/modulesync/tree/v4.3.0) (2026-07-09) + +[Full Changelog](https://github.com/voxpupuli/modulesync/compare/4.2.0...v4.3.0) **Implemented enhancements:** diff --git a/lib/modulesync/version.rb b/lib/modulesync/version.rb index 583eedf0..a2345261 100644 --- a/lib/modulesync/version.rb +++ b/lib/modulesync/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ModuleSync - VERSION = '4.3.0' + VERSION = '4.4.0' end