From c3876d1150e4d8a9cc0f5d937bc0b5e5fa802436 Mon Sep 17 00:00:00 2001 From: naminodarie Date: Tue, 9 Feb 2021 22:40:45 +0900 Subject: [PATCH] v1.2.7 --- CHANGELOG.md | 4 ++++ Directory.Build.props | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24138178..6914257e 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). +## [1.2.7] - 2021-02-09 +### Changed +- Optimize PriorityQueue + ## [1.2.6] - 2021-02-09 ### Added - Add PriorityQueue.TryDequeue diff --git a/Directory.Build.props b/Directory.Build.props index 1be78654..d30fa0f8 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -7,8 +7,8 @@ https://github.com/naminodarie/ac-library-csharp https://github.com/naminodarie/ac-library-csharp/blob/master/CHANGELOG.md - 1.2.6 - 1.2.6.100 + 1.2.7 + 1.2.7.100 $(GIT_COMMIT) True