From be9fb6bf467a046854820fd4ac70b5881bfe6adb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Sousa?= Date: Thu, 11 Nov 2021 06:39:26 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Adopt=20"Keep=20a=20Chagelog"=20?= =?UTF-8?q?documenation=20style?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 31 ++++++++++++++++++++++--------- pubspec.yaml | 2 +- 2 files changed, 23 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 067386d..28d922f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,33 @@ -## 1.0.0 +# Changelog -- Changed PolylabelResult structure. +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.0.1] - 2021-11-11 +### Changed +- Adopt "Keep a Chagelog" format. + +## [1.0.0] - 2021-11-11 +### Added - Add unit tests. -## 0.3.1 +### Changed +- Changed PolylabelResult structure. +## [0.3.1] - 2021-11-11 +### Changed - Refactor code. -## 0.3.0 - +## [0.3.0] - 2021-11-11 +### Changed - Better package description. -## 0.2.0 - +## [0.2.0] - 2021-11-10 +### Changed - Update example docs. -## 0.1.0 - +## [0.1.0] - 2021-11-10 +### Added - Initial version. diff --git a/pubspec.yaml b/pubspec.yaml index e00b9f7..88cdb50 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: polylabel description: >- A fast algorithm for finding polygon pole of inaccessibility implemented as a Dart library. Useful for optimal placement of a text label on a polygon. -version: 1.0.0 +version: 1.0.1 repository: https://github.com/beroso/dart_polylabel environment: