Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
shonfeder committed Jun 23, 2019
1 parent 97b9378 commit c45fb74
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 4 deletions.
27 changes: 24 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ adheres to [Semantic Versioning][semantic-versioning].
[keep-a-change-log]: https://keepachangelog.com/en/1.0.0/
[semantic-versioning]: https://semver.org/spec/v2.0.0.html

## [Unreleased]
## [unreleased]

## [1.0.0]

### Added

Expand All @@ -18,6 +20,25 @@ adheres to [Semantic Versioning][semantic-versioning].

### Changed

- Spaces are now tagged with `space` instead of `spc`. #41
- Tokenization of numbers and strings is enabled by default. #40
- Spaces are now tagged with `space` instead of `spc` #41
- Tokenization of numbers and strings is enabled by default #40
- Options are now processed by a more conventional means #39
- The location for the pack's home is updated

## [0.1.2]

Prior to changelog.

## [0.1.1]

Prior to changelog.

## [0.1.0]

Prior to changelog.

[unreleased]: https://github.com/shonfeder/tokenize/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/shonfeder/tokenize/compare/v0.1.2...v1.0.0
[0.1.2]: https://github.com/shonfeder/tokenize/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/shonfeder/tokenize/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/shonfeder/tokenize/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion pack.pl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name(tokenize).
title('A simple tokenization library').

version('0.1.2').
version('1.0.0').
download('https://github.com/shonfeder/tokenize/release/*.zip').

author('Shon Feder', '[email protected]').
Expand Down

0 comments on commit c45fb74

Please sign in to comment.