Skip to content

Commit

Permalink
v3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kzrnm committed Dec 27, 2024
1 parent 0fb4d60 commit d9ed461
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.9.1] - 2024-12-28
### Changed
- Shorten a name of `Dsu.parentOrSize`
- Refactor `ConvolutionImpl`
- Refactor `ModPrimitiveRoot`

## [3.9.0]
### Changed
- `ILazySegtreeOperator<T, F>` implements `ISegtreeOperator<T>`
Expand Down
6 changes: 3 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<PackageReleaseNotes>https://github.com/kzrnm/ac-library-csharp/blob/main/CHANGELOG.md</PackageReleaseNotes>
<NoWarn>$(NoWarn);IDE0305</NoWarn>

<Version>3.9.0</Version>
<AssemblyVersion>3.9.0.101</AssemblyVersion>
<Version>3.9.1</Version>
<AssemblyVersion>3.9.1.101</AssemblyVersion>
<RepositoryCommit Condition="'$(GIT_COMMIT)' != ''">$(GIT_COMMIT)</RepositoryCommit>

<SignAssembly>True</SignAssembly>
Expand All @@ -32,7 +32,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Update="Microsoft.SourceLink.GitHub" Version="8.0.0">
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime;build;native;contentfiles;analyzers;buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit d9ed461

Please sign in to comment.