Skip to content

Commit 1cb6de5

Browse files
chore(master): release 0.2.0 (#15)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 211d0e7 commit 1cb6de5

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@
44

55
Fixed a weird untested bug for reading from meta-data file.
66

7+
## [0.2.0](https://github.com/Chris1221/yamldoc/compare/0.1.6...v0.2.0) (2023-06-26)
8+
9+
10+
### Features
11+
12+
* selectively exclude entries fix [#12](https://github.com/Chris1221/yamldoc/issues/12) ([#13](https://github.com/Chris1221/yamldoc/issues/13)) ([edf52f7](https://github.com/Chris1221/yamldoc/commit/edf52f7d1faf958426c2071f0fa51ada992d90ec))
13+
14+
15+
### Bug Fixes
16+
17+
* allow for array-valued entries and fix sequential cases without meta-data; close [#6](https://github.com/Chris1221/yamldoc/issues/6), close [#10](https://github.com/Chris1221/yamldoc/issues/10) ([#11](https://github.com/Chris1221/yamldoc/issues/11)) ([06dae36](https://github.com/Chris1221/yamldoc/commit/06dae36d875d3e5b5fa7e07ad991e38f83882987))
18+
* bug introduced in last push with spacing ([94da790](https://github.com/Chris1221/yamldoc/commit/94da790b7bf4ed5febc3788b3cd1c604f907f95b))
19+
* evaluate decreasing indentation with multiple parents, close [#4](https://github.com/Chris1221/yamldoc/issues/4) ([9deae01](https://github.com/Chris1221/yamldoc/commit/9deae01ade043f143aec52fa5a0caaac7d313536))
20+
* flush metadata after top level entry, close [#7](https://github.com/Chris1221/yamldoc/issues/7) ([6f5fd7c](https://github.com/Chris1221/yamldoc/commit/6f5fd7c87d6ee7eaaca8dc07a7b9aa9f0065e02d))
21+
* remove extra white space from meta entries and between sections ([bc29d4a](https://github.com/Chris1221/yamldoc/commit/bc29d4a37303f051677de1e93a298075fc1e689b))
22+
723
### 0.1.4
824
#### February 15 2020
925

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='yamldoc',
10-
version='0.1.6',
10+
version='0.2.0',
1111
description='Documentation engine for YAML.',
1212
long_description=long_description,
1313
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)