Skip to content

Commit

Permalink
📝 Adopt "Keep a Chagelog" documenation style
Browse files Browse the repository at this point in the history
  • Loading branch information
beroso committed Nov 11, 2021
1 parent 7f644fc commit be9fb6b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 10 deletions.
31 changes: 22 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit be9fb6b

Please sign in to comment.