diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ce981d..775aa24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.3.0] - 2023-10-25 +### Added +- Add `IModInt.Value` and `IModInt.Mod` +### Changed +- Move `IStaticMod` to IModInterface.cs +### Removed +- Remove DebugView from expanded code + ## [3.2.0] - 2023-09-25 ### Added - Add `Deque.Grow(int capacity)` diff --git a/Directory.Build.props b/Directory.Build.props index 9e7d998..1903c13 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -7,8 +7,8 @@ https://github.com/kzrnm/ac-library-csharp https://github.com/kzrnm/ac-library-csharp/blob/main/CHANGELOG.md - 3.2.0 - 3.2.0.101 + 3.3.0 + 3.3.0.101 $(GIT_COMMIT) True