Skip to content

Commit dc87066

Browse files
author
Github Actions
committed
[bot][skip ci] Update Metadata
1 parent ec63ef8 commit dc87066

3 files changed

Lines changed: 57 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,33 @@
1-
## v1.0.13-pre.1 (prerelease)
1+
## v1.1.0 (minor)
22

3-
Changes since v1.0.13-pre.1:
3+
Changes since v1.0.0:
44

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

632
## v1.0.13-pre.1 (prerelease)
733

LATEST_CHANGELOG.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
1-
## v1.0.13-pre.1 (prerelease)
1+
## v1.1.0 (minor)
22

3-
Changes since v1.0.13-pre.1:
3+
Changes since v1.0.0:
44

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

VERSION.md

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

0 commit comments

Comments
 (0)