From 023b6572073c4d23ad40cc8be7c4d0a340320717 Mon Sep 17 00:00:00 2001 From: Josh Hagins Date: Thu, 4 Jun 2015 14:34:18 -0400 Subject: [PATCH] Prepare for 0.2.0 release --- messages.json | 3 ++- messages/0.2.0.txt | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 messages/0.2.0.txt diff --git a/messages.json b/messages.json index ef56f9e..f995ca1 100644 --- a/messages.json +++ b/messages.json @@ -1,3 +1,4 @@ { - "install": "messages/install.txt" + "install": "messages/install.txt", + "0.2.0": "messages/0.2.0.txt" } diff --git a/messages/0.2.0.txt b/messages/0.2.0.txt new file mode 100644 index 0000000..910b0c4 --- /dev/null +++ b/messages/0.2.0.txt @@ -0,0 +1,6 @@ +SublimeLinter-contrib-scalac +------------------------------- + +Use the `target_directory` setting to specify where class files generated by +`scalac` should go. If unset, class files will be placed in the same directory +as their source files.