diff --git a/FOCUS-CHANGELOG.txt b/FOCUS-CHANGELOG.txt index 936fd41de..12b650486 100644 --- a/FOCUS-CHANGELOG.txt +++ b/FOCUS-CHANGELOG.txt @@ -17,6 +17,18 @@ # Main Git Branch ++ New features: + + ... ++ Bug fixes: + + ... ++ Other changes: + + ... + + +# RELEASES ================================================================== + +# Version 0.3.4 + + New features: + Jumping to build errors is now supported. See the default config for examples and more information (thanks @jlami for the initial implementation) + Use the new commands `go_to_next_build_error` (F8 by default) and `go_to_previous_build_error` (Shift-F8 by default) @@ -39,9 +51,6 @@ + C highlighting has been slightly improved -# RELEASES ================================================================== - - # Version 0.3.3 + New features: diff --git a/first.jai b/first.jai index c04ac9b7d..e8d5b4ab3 100644 --- a/first.jai +++ b/first.jai @@ -9,8 +9,8 @@ RELEASE_DATE :: #run -> string { } // // NOTE: Uncomment when releasing, comment out when not releasing -// VERSION :: "0.3.3"; -// RELEASE_DATE :: "22 March 2024"; +// VERSION :: "0.3.4"; +// RELEASE_DATE :: "7 April 2024"; #run,stallable build();