Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vegu committed Nov 12, 2024
1 parent b789d41 commit be28ca6
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 27 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@


## Unreleased
### Added
- python3.10 support
- python3.11 support
- python3.12 support
### Removed
- python3.7 support
- python3.6 support


## 1.0.0
Expand Down
55 changes: 28 additions & 27 deletions CHANGELOG.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,11 @@
0.1.1:
added:
- 'fix #2: only generate docs for classes and functions defined in the targeted
module'
- 'fix #4: Class docs: Recognize properties that have a `help` attribute'
fixed:
- 'fix #3: include module name and docstring'
0.2.0:
added:
- 'fix #5: instanced attributes section'
- 'fix #7: add class methods'
0.2.1:
Unreleased:
added:
- check for existance of `pymdgen_type_info` when documenting class attributes
0.2.2:
fixed:
- 'fix #8: separate section for classes and functions'
- 'fix #10: Function spec needs to work correctly for decorated functions (py3 only)'
0.2.3:
fixed:
- 'fix #11: ```sh code block for command output'
- python3.10 support
- python3.11 support
- python3.12 support
removed:
- python3.7 support
- python3.6 support
1.0.0:
added:
- python3.7 support (#12)
Expand All @@ -31,10 +18,24 @@
- python2.7 support (#12)
- python3.4 support (#12)
- python3.5 support (#12)
Unreleased:
added: []
changed: []
deprecated: []
fixed: []
removed: []
security: []
0.2.3:
fixed:
- 'fix #11: ```sh code block for command output'
0.2.2:
fixed:
- 'fix #8: separate section for classes and functions'
- 'fix #10: Function spec needs to work correctly for decorated functions (py3 only)'
0.2.1:
added:
- check for existance of `pymdgen_type_info` when documenting class attributes
0.2.0:
added:
- 'fix #5: instanced attributes section'
- 'fix #7: add class methods'
0.1.1:
added:
- 'fix #2: only generate docs for classes and functions defined in the targeted
module'
- 'fix #4: Class docs: Recognize properties that have a `help` attribute'
fixed:
- 'fix #3: include module name and docstring'

0 comments on commit be28ca6

Please sign in to comment.