From 729e3308ad33cf249b28e7e98e045491e0a97990 Mon Sep 17 00:00:00 2001 From: kzrnm Date: Thu, 23 Nov 2023 11:52:26 +0900 Subject: [PATCH] v3.6.0 --- CHANGELOG.md | 4 ++++ Directory.Build.props | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a76416..8d89511 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ 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.6.0] - 2023-11-23 +### Added +- Add `Parse`/`TryParse` to `ModInt` + ## [3.5.0] - 2023-10-29 ### Added - Add MfGraph.Count diff --git a/Directory.Build.props b/Directory.Build.props index 48d7850..e6b1222 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.5.0 - 3.5.0.101 + 3.6.0 + 3.6.0.101 $(GIT_COMMIT) True