Skip to content

Commit

Permalink
Version 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
minoki committed Apr 30, 2019
1 parent 28c9c95 commit 13a52e3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Version 0.3 (2019-04-30)
-----

Changes:

* Support other methods for watching file system: `inotifywait` for Linux and a built-in one for Windows.
* Fix `--no-*` options.

Version 0.2 (2019-02-22)
-----

Expand Down
2 changes: 1 addition & 1 deletion bin/cluttex
Original file line number Diff line number Diff line change
Expand Up @@ -2579,7 +2579,7 @@ end
along with ClutTeX. If not, see <http://www.gnu.org/licenses/>.
]]

CLUTTEX_VERSION = "v0.2"
CLUTTEX_VERSION = "v0.3"

-- Standard libraries
local coroutine = coroutine
Expand Down
2 changes: 1 addition & 1 deletion bin/cluttex.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2582,7 +2582,7 @@ end
along with ClutTeX. If not, see <http://www.gnu.org/licenses/>.
]]

CLUTTEX_VERSION = "v0.2"
CLUTTEX_VERSION = "v0.3"

-- Standard libraries
local coroutine = coroutine
Expand Down
2 changes: 1 addition & 1 deletion src/cluttex.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
along with ClutTeX. If not, see <http://www.gnu.org/licenses/>.
]]

CLUTTEX_VERSION = "v0.2"
CLUTTEX_VERSION = "v0.3"

-- Standard libraries
local table = table
Expand Down

0 comments on commit 13a52e3

Please sign in to comment.