Skip to content

Commit

Permalink
Update ChangeLog and bump version for v3.3 release
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Nilsson <[email protected]>
  • Loading branch information
troglobit committed Dec 11, 2019
1 parent b5a4e4f commit 6940bc4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Change Log

All relevant changes to the project are documented in this file.

[v3.3][UNRELEASED]
------------------
[v3.3][] - 2019-12-11
---------------------

### Changes
- Initial support for scheme-like scriptiing functionality to `~/.mg`,
Expand Down Expand Up @@ -171,7 +171,8 @@ set as Mg3a.
functions. Some simply marked as "don't care"
- Fix missing initialization of stack variables

[UNRELEASED]: https://github.com/troglobit/mg/compare/v3.2...HEAD
[UNRELEASED]: https://github.com/troglobit/mg/compare/v3.3...HEAD
[v3.3]: https://github.com/troglobit/mg/compare/v3.2...v3.3
[v3.2]: https://github.com/troglobit/mg/compare/v3.1...v3.2
[v3.1]: https://github.com/troglobit/mg/compare/v3.0.2...v3.1
[v3.0.2]: https://github.com/troglobit/mg/compare/v3.0.1..v3.0.2
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Written by Joachim Nilsson <[email protected]> and put in the public domain.
AC_INIT([Mg], [3.3-dev], [https://github.com/troglobit/mg/issues], [mg])
AC_INIT([Mg], [3.3], [https://github.com/troglobit/mg/issues], [mg])
AM_INIT_AUTOMAKE([1.11 foreign])
AM_SILENT_RULES([yes])

Expand Down

0 comments on commit 6940bc4

Please sign in to comment.