alessandro trinca tornidor commited on
Commit
f627f08
·
1 Parent(s): fcb74af

chore: bump to version 0.2.0, update CHANGELOG.md

Browse files
Files changed (2) hide show
  1. CHANGELOG.md+ +4 -0
  2. pyproject.toml +1 -1
CHANGELOG.md+ CHANGED
@@ -1,5 +1,9 @@
1
  # Changelog
2
 
 
 
 
 
3
  ## 0.1.0
4
 
5
  First version:
 
1
  # Changelog
2
 
3
+ ## 0.2.0
4
+
5
+ - Now it can work when executed as a python module, using API_MODE or STATIC_FOLDER env variables (see README.md)
6
+
7
  ## 0.1.0
8
 
9
  First version:
pyproject.toml CHANGED
@@ -1,6 +1,6 @@
1
  [project]
2
  name = "my-ghost-writer"
3
- version = "0.1.0"
4
  description = "A simple help for writers"
5
  authors = [
6
  {name = "alessandro trinca tornidor",email = "[email protected]"}
 
1
  [project]
2
  name = "my-ghost-writer"
3
+ version = "0.2.0"
4
  description = "A simple help for writers"
5
  authors = [
6
  {name = "alessandro trinca tornidor",email = "[email protected]"}