Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiosanches committed Aug 4, 2020
1 parent 143cb94 commit bf97786
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,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).

## [0.2.0] - 2020-08-04
### Added
- New `.htaccess` file to redirect broken links.

## [0.1.0] - 2020-08-03
### Added
- PHPDoc 3.0 RC support.
Expand All @@ -15,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial version.

[Unreleased]: https://github.com/woocommerce/code-reference-generator/compare/0.1.0...HEAD
[Unreleased]: https://github.com/woocommerce/code-reference-generator/compare/0.2.0...HEAD
[0.2.0]: https://github.com/woocommerce/code-reference-generator/compare/0.1.0...0.2.0
[0.1.0]: https://github.com/woocommerce/code-reference-generator/compare/0.0.1...0.1.0
[0.0.1]: https://github.com/woocommerce/code-reference-generator/compare/749f431...0.0.1
4 changes: 2 additions & 2 deletions generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# WooCommerce Class API docs generator

# Variables
GENERATOR_VERSION="0.1.0"
GENERATOR_VERSION="0.2.0"
SOURCE_VERSION=""
GITHUB_REPO="woocommerce/woocommerce"

Expand All @@ -28,7 +28,7 @@ help_output() {
echo "Generate WooCommerce Class API docs."
echo
echo "Examples:"
echo "./generate.sh -w 4.3.1"
echo "./generate.sh -s 4.3.1"
echo
echo "Available options:"
echo " -h [--help] Shows help message"
Expand Down

0 comments on commit bf97786

Please sign in to comment.