Skip to content

Commit

Permalink
Update to v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ko1nksm committed Apr 26, 2021
1 parent 870478c commit 14f721c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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).

## [Unreleased]
## [3.0.0] - 2021-04-26

### Added

Expand Down Expand Up @@ -133,7 +133,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- First release version

[Unreleased]: https://github.com/ko1nksm/getoptions/compare/v2.5.1...HEAD
[Unreleased]: https://github.com/ko1nksm/getoptions/compare/v3.0.0...HEAD
[3.0.0]: https://github.com/ko1nksm/getoptions/compare/v2.5.1...v3.0.0
[2.5.1]: https://github.com/ko1nksm/getoptions/compare/v2.5.0...v2.5.1
[2.5.0]: https://github.com/ko1nksm/getoptions/compare/v2.4.0...v2.5.0
[2.4.0]: https://github.com/ko1nksm/getoptions/compare/v2.3.0...v2.4.0
Expand Down
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@ An elegant option parser for shell scripts (full support for all POSIX shells)
It is for those who want to support the POSIX / GNU style option syntax in your shell scripts.
Most easy, simple, fast, small, extensible and portable. No more any loops and templates needed!

**This is the documentation for v3.0.0, which has not yet been released.**
**The feature of the option parser is almost the same as the latest version [v2.5.1][v2.5.1],**
**but the utilities and libraries are used differently and its usability has been greatly improved.**
**v3.0.0 will be available soon.**

[v2.5.1]: https://github.com/ko1nksm/getoptions/tree/v2.5.1

## TL; DR <!-- omit in toc -->

```sh
Expand Down
2 changes: 1 addition & 1 deletion src/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

set -eu

VERSION="v3.0.0-dev"
VERSION="v3.0.0"
URL="https://github.com/ko1nksm/getoptions"
LICENSE="Creative Commons Zero v1.0 Universal"

Expand Down

0 comments on commit 14f721c

Please sign in to comment.