Skip to content

Commit 6a6ba7b

Browse files
author
Github Actions
committed
[bot][skip ci] Update Metadata
1 parent 32d3935 commit 6a6ba7b

3 files changed

Lines changed: 10 additions & 30 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v1.1.1 (patch)
2+
3+
Changes since v1.1.0:
4+
5+
- Add compatibility suppressions for package validation ([@matt-edmondson](https://github.com/matt-edmondson))
6+
17
## v1.1.0 (minor)
28

39
Changes since v1.0.0:

LATEST_CHANGELOG.md

Lines changed: 3 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,6 @@
1-
## v1.1.0 (minor)
1+
## v1.1.1 (patch)
22

3-
Changes since v1.0.0:
3+
Changes since v1.1.0:
44

5-
- Update code coverage package and fix nullability issues ([@matt-edmondson](https://github.com/matt-edmondson))
6-
- Add real-time-safe SPSC ring buffer and denormal-aware delay line ([@Claude](https://github.com/Claude))
7-
- Remove legacy build scripts ([@matt-edmondson](https://github.com/matt-edmondson))
8-
- Refactor exception handling in container classes to use ArgumentOutOfRangeException and Ensure.NotNull ([@matt-edmondson](https://github.com/matt-edmondson))
9-
- Refactor assertions in unit tests for improved clarity and consistency ([@matt-edmondson](https://github.com/matt-edmondson))
10-
- Update .NET workflow and package configurations ([@matt-edmondson](https://github.com/matt-edmondson))
11-
- Add AssemblyInfo, update test assertions, and enhance project configuration ([@matt-edmondson](https://github.com/matt-edmondson))
12-
- Add CLAUDE.md for project guidance and update target frameworks to net10.0 ([@matt-edmondson](https://github.com/matt-edmondson))
13-
- "Claude Code Review workflow" ([@matt-edmondson](https://github.com/matt-edmondson))
14-
- "Claude PR Assistant workflow" ([@matt-edmondson](https://github.com/matt-edmondson))
15-
- Fix multi-targeting build errors and add framework polyfills ([@matt-edmondson](https://github.com/matt-edmondson))
16-
- Enhance project configuration and workflows ([@matt-edmondson](https://github.com/matt-edmondson))
17-
- Update project configuration and dependencies ([@matt-edmondson](https://github.com/matt-edmondson))
18-
- Add script to automate winget manifest updates ([@matt-edmondson](https://github.com/matt-edmondson))
19-
- Update project configuration and dependencies ([@matt-edmondson](https://github.com/matt-edmondson))
20-
- Fix IDE0052 errors by removing unused private members in derived cursor rules ([@matt-edmondson](https://github.com/matt-edmondson))
21-
- Fix compilation errors in ContiguousSetBenchmarks and improve collection initialization ([@matt-edmondson](https://github.com/matt-edmondson))
22-
- Fix compilation errors and improve tests in collection classes ([@matt-edmondson](https://github.com/matt-edmondson))
23-
- Implement equality logic and XML documentation for ContiguousMap.Entry ([@matt-edmondson](https://github.com/matt-edmondson))
24-
- Refactor collection classes to use properties for Count ([@matt-edmondson](https://github.com/matt-edmondson))
25-
- Enhance ktsu.Containers with new benchmarks and tests ([@matt-edmondson](https://github.com/matt-edmondson))
26-
- Add new collection types and update documentation ([@matt-edmondson](https://github.com/matt-edmondson))
27-
- Add OrderedMap and its benchmarks to ktsu.Containers ([@matt-edmondson](https://github.com/matt-edmondson))
28-
- Add OrderedSet and benchmarking framework for ktsu.Containers ([@matt-edmondson](https://github.com/matt-edmondson))
29-
- Refactor RingBuffer to improve efficiency and documentation ([@matt-edmondson](https://github.com/matt-edmondson))
30-
- Add configuration files and implement new features ([@matt-edmondson](https://github.com/matt-edmondson))
31-
- Add Clear method to RingBuffer and update documentation ([@matt-edmondson](https://github.com/matt-edmondson))
5+
- Add compatibility suppressions for package validation ([@matt-edmondson](https://github.com/matt-edmondson))
326

VERSION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0
1+
1.1.1

0 commit comments

Comments
 (0)