From 62c72393d3f17f1b8efcfbc80ea1a66cc400257f Mon Sep 17 00:00:00 2001 From: Nathan Lovato Date: Thu, 8 Jul 2021 20:52:31 -0600 Subject: [PATCH] Bump version to 1.7.0, update CHANGELOG --- CHANGELOG.md | 14 +++++++++++--- setup.cfg | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ba2a79..76dff4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/setup.cfg b/setup.cfg index 97a5a60..6a92bd0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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