Skip to content

Commit 4b04e7e

Browse files
Version 0.3.0
1 parent 9473bc0 commit 4b04e7e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Diff for: CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.3.0] - 2020-08-04
8+
### Added
9+
- Added Class Diagram.
10+
### Remove
11+
- Removed `.htaccess`.
12+
713
## [0.2.0] - 2020-08-04
814
### Added
915
- New `.htaccess` file to redirect broken links.
@@ -19,7 +25,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1925
### Added
2026
- Initial version.
2127

22-
[Unreleased]: https://github.com/woocommerce/code-reference-generator/compare/0.2.0...HEAD
28+
[Unreleased]: https://github.com/woocommerce/code-reference-generator/compare/0.3.0...HEAD
29+
[0.3.0]: https://github.com/woocommerce/code-reference-generator/compare/0.2.0...0.3.0
2330
[0.2.0]: https://github.com/woocommerce/code-reference-generator/compare/0.1.0...0.2.0
2431
[0.1.0]: https://github.com/woocommerce/code-reference-generator/compare/0.0.1...0.1.0
2532
[0.0.1]: https://github.com/woocommerce/code-reference-generator/compare/749f431...0.0.1

Diff for: generate.sh

+1-1
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.2.0"
5+
GENERATOR_VERSION="0.3.0"
66
SOURCE_VERSION=""
77
GITHUB_REPO="woocommerce/woocommerce"
88

0 commit comments

Comments
 (0)