Skip to content

Commit bf97786

Browse files
Version 0.2.0
1 parent 143cb94 commit bf97786

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

Diff for: CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.2.0] - 2020-08-04
8+
### Added
9+
- New `.htaccess` file to redirect broken links.
10+
711
## [0.1.0] - 2020-08-03
812
### Added
913
- PHPDoc 3.0 RC support.
@@ -15,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1519
### Added
1620
- Initial version.
1721

18-
[Unreleased]: https://github.com/woocommerce/code-reference-generator/compare/0.1.0...HEAD
22+
[Unreleased]: https://github.com/woocommerce/code-reference-generator/compare/0.2.0...HEAD
23+
[0.2.0]: https://github.com/woocommerce/code-reference-generator/compare/0.1.0...0.2.0
1924
[0.1.0]: https://github.com/woocommerce/code-reference-generator/compare/0.0.1...0.1.0
2025
[0.0.1]: https://github.com/woocommerce/code-reference-generator/compare/749f431...0.0.1

Diff for: generate.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# WooCommerce Class API docs generator
33

44
# Variables
5-
GENERATOR_VERSION="0.1.0"
5+
GENERATOR_VERSION="0.2.0"
66
SOURCE_VERSION=""
77
GITHUB_REPO="woocommerce/woocommerce"
88

@@ -28,7 +28,7 @@ help_output() {
2828
echo "Generate WooCommerce Class API docs."
2929
echo
3030
echo "Examples:"
31-
echo "./generate.sh -w 4.3.1"
31+
echo "./generate.sh -s 4.3.1"
3232
echo
3333
echo "Available options:"
3434
echo " -h [--help] Shows help message"

0 commit comments

Comments
 (0)