Skip to content

Commit

Permalink
Bump version to 1.7.0, update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanLovato committed Jul 9, 2021
1 parent 0525d4d commit 62c7239
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,22 @@

This document lists new features, improvements, changes, and bug fixes in every GDScript docs maker release.

## GDScript Docs Maker 1.6.0
## GDScript Docs Maker 1.7.0

### New Features

- If a GDScript file does not use class_name, the name of that file is now used as the class name to include previously not documented files
- Added Dockerfile

### Improvements

- Optimized `generate_reference` for stability and shellcheck
- Optimized `Collector.gd` to fix version error message
- Added Dockerfile

## GDScript Docs Maker 1.6.0

### New Features

- If a GDScript file does not use `class_name`, the name of that file is now used as the class name to include previously not documented files

## GDScript Docs Maker 1.5.1

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = gdscript_docs_maker
version = 1.5.1
version = 1.7.0
description = Create documentation and class references from your Godot GDScript code.
long_description = file: README.md, CHANGELOG.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 62c7239

Please sign in to comment.