summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2022-12-12 20:34:04 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2022-12-12 20:34:04 -0600
commitca643e729e585d4077c0e84de97a020d04bf551a (patch)
treec38739234999d68ea86ddd7b8e74f361db4493dd /ChangeLog
parentcb67db7f2db79ed496cb178216f64bfb1f4bfa4e (diff)
fix for twine upload to pypi
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 43bb5f6..951aed1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,21 @@
CHANGES
=======
+v0.8.0
+------
+
+* refactor code and update readme
+* remove force feature, unnecessary complexity
+* refactor code, small bug fixing and changes
+* refactor code, fix config checker and new files for pyssg.xyz
+* add extra configuration for more control, add pyssg.xyz example
+* forgot to change extension on argparser help text
+* migrate from INI to YAML, breaks compatibility
+* change syntax for accessing config variable
+* refactor database entries into its own class
+* refactor code and fix type checks
+* change python/twine command for the build command
+
v0.7.3
------