11# Changelog
22
3- ** Version:** 1.1.0 <br >
4- ** Date:** 2025-12-16 <br >
3+ ** Version:** 1.1.1 <br >
4+ ** Date:** 2025-12-17 <br >
55** SPDX-License-Identifier:** BSD-3-Clause<br >
66** License File:** See the LICENSE file in the project root<br >
77** Copyright:** © 2025 Michael Gardner, A Bit of Help, Inc.<br >
@@ -12,10 +12,21 @@ All notable changes to this project will be documented in this file.
1212The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
1313and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
1414
15+ ## [ 1.1.1] - 2025-12-17
16+
17+ ** Tests:** 335 unit + 154 integration = 489 total - All passing<br >
18+ ** SPARK Status:** 710 checks: 60 flow, 596 proved, 54 unproved (~ 92% proved) (--mode=prove --level=2)<br >
19+
20+ ### Changed
21+
22+ - ** Dependency** - Updated tzif to ^3.0.3
23+
24+ ---
25+
1526## [ 1.1.0] - 2025-12-16
1627
1728** Tests:** 335 unit + 154 integration = 489 total - All passing<br >
18- ** SPARK Status:** 710 checks: 60 flow, 596 proved, 54 unproved (--mode=prove --level=2)
29+ ** SPARK Status:** 710 checks: 60 flow, 596 proved, 54 unproved (~ 92% proved) ( --mode=prove --level=2)< br >
1930
2031### Added
2132
@@ -30,7 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3041- ** Domain.Error.Result** - Slimmed to 7 essential operations for SPARK compatibility
3142 - Kept: ` Ok ` , ` Error ` , ` From_Error ` , ` Is_Ok ` , ` Is_Error ` , ` Value ` , ` Error_Info `
3243 - Removed combinators available via ` Functional.Result ` in infrastructure layer
33- - ** Dependency** - Updated tzif to ^3.0.0
44+ - ** Dependency** - Requires tzif ^3.0.0
3445
3546### Fixed
3647
@@ -151,5 +162,6 @@ Initial release of the Zoneinfo timezone-aware datetime library for Ada 2022.
151162- ** Static Dispatch** : Generic instantiation for zero runtime overhead
152163- ** Library Standalone** : Explicit Library_Interface for ABI stability
153164
165+ [ 1.1.1 ] : https://github.com/abitofhelp/zoneinfo/releases/tag/v1.1.1
154166[ 1.1.0 ] : https://github.com/abitofhelp/zoneinfo/releases/tag/v1.1.0
155167[ 1.0.0 ] : https://github.com/abitofhelp/zoneinfo/releases/tag/v1.0.0
0 commit comments