Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Tw1ddle committed Dec 15, 2021
1 parent 149eb49 commit 507e0b6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@
* Bug fix for backoff functionality, code cleanup.

## 1.0.9
* Bug fix to avoid endless loop when prior is greater than 0, code cleanup.
* Bug fix to avoid endless loop when prior is greater than 0, code cleanup.

## 1.1.0
* Included word lists (training data) in the library.
2 changes: 1 addition & 1 deletion dox/generate_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ rm -f types.xml
haxe build.hxml

# Generate the documentation.
haxelib run dox -i types.xml -theme ./themes/samcodes --title "Markov Namegen API" -D version 1.0.9 --include "(markov)" -o generated_docs
haxelib run dox -i types.xml -theme ./themes/samcodes --title "Markov Namegen API" -D version 1.1.0 --include "(markov)" -o generated_docs
6 changes: 3 additions & 3 deletions haxelib.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "markov-namegen",
"url": "http://samcodes.co.uk/code/",
"url": "https://samcodes.co.uk/code/",
"license": "MIT",
"tags": ["cross","haxe","utility","game","tool"],
"description": "Procedural word generation tool using a high order Markov process, back-off scheme, filtering and sorting",
"version": "1.0.9",
"releasenote": "Added additional utility functions, code cleanup",
"version": "1.1.0",
"releasenote": "Include word lists (training data) in the haxelib",
"contributors": ["samcodes"],
"dependencies": {"sure": ""}
}
2 changes: 1 addition & 1 deletion package_haxelib.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tar -a -c -f markov-namegen.zip markov haxelib.json include.xml README.md LICENSE CHANGELOG.md package_haxelib.bat
tar -a -c -f markov-namegen.zip markov screenshots word_lists haxelib.json include.xml README.md LICENSE CHANGELOG.md package_haxelib.bat

0 comments on commit 507e0b6

Please sign in to comment.