Skip to content

Commit e60edea

Browse files
committed
chore: release prepare updates for 4.1.0
1 parent c1ca1fb commit e60edea

4 files changed

Lines changed: 14 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Changelog
22

3-
**Version:** 4.1.0
4-
**Date:** 2025-12-18
5-
**SPDX-License-Identifier:** BSD-3-Clause
6-
**License File:** See the LICENSE file in the project root
7-
**Copyright:** © 2025 Michael Gardner, A Bit of Help, Inc.
3+
**Version:** 4.1.0<br>
4+
**Date:** 2025-12-18<br>
5+
**SPDX-License-Identifier:** BSD-3-Clause<br>
6+
**License File:** See the LICENSE file in the project root<br>
7+
**Copyright:** © 2025 Michael Gardner, A Bit of Help, Inc.<br>
88
**Status:** Released
99

1010
All notable changes to this project will be documented in this file.

config/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Functional Library - Embedded Restrictions
22

3-
**Version:** 4.0.0
4-
**Date:** December 12, 2025
5-
**SPDX-License-Identifier:** BSD-3-Clause
6-
**License File:** See the LICENSE file in the project root.
7-
**Copyright:** © 2025 Michael Gardner, A Bit of Help, Inc.
8-
**Status:** Released
3+
**Version:** 4.1.0<br>
4+
**Date:** 2025-12-18<br>
5+
**SPDX-License-Identifier:** BSD-3-Clause<br>
6+
**License File:** See the LICENSE file in the project root<br>
7+
**Copyright:** © 2025 Michael Gardner, A Bit of Help, Inc.<br>
8+
**Status:** Released
99

1010
## Overview
1111

src/version/functional-version.ads

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ is
3232

3333
-- Semantic Version Components
3434
Major : constant Natural := 4;
35-
Minor : constant Natural := 0;
35+
Minor : constant Natural := 1;
3636
Patch : constant Natural := 0;
3737

3838
-- Pre-release identifier (e.g., "dev", "alpha.1", "beta.2", "rc.1")
@@ -44,7 +44,7 @@ is
4444
Build_Metadata : constant String := "";
4545

4646
-- Full version string (e.g., "0.1.0-dev", "1.2.3", "2.0.0-rc.1+build.456")
47-
Version : constant String := "4.0.0";
47+
Version : constant String := "4.1.0";
4848

4949
-- Check if this is a pre-release version
5050
function Is_Prerelease return Boolean is (Prerelease'Length > 0);

test/alire.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "functional_tests"
22
description = "Test suite for functional"
3-
version = "4.0.0"
3+
version = "4.1.0"
44
authors = ["Michael Gardner"]
55
maintainers = ["Michael Gardner <mike@abitofhelp.com>"]
66
licenses = "BSD-3-Clause"

0 commit comments

Comments
 (0)