elm-community / SublimeElmLanguageSupport

Elm language syntax highlighting and tool integration for ST2/3.
https://packagecontrol.io/packages/Elm%20Language%20Support
MIT License
33 stars 12 forks source link

Release package version 0.17.0 #3

Closed ThomasWeiser closed 8 years ago

ThomasWeiser commented 8 years ago

Sublime Package Control now points to this elm-community repo.

In order to get a new release pushed through Package Control to its users we need:

  1. Merge this PR for release notes.
  2. Tag the resulting commit:
git tag -a 0.17.0 -m "Support for Elm 0.17 module declaration syntax"

Can someone from elm-community please either do the tagging (after merging the PR) or alternatively give write access to me for the repo.

rgrempel commented 8 years ago

I have added you as a collaborator, @ThomasWeiser.

joneshf commented 8 years ago

@rgrempel Sorry, must've merged as you posted that. :)

@ThomasWeiser should be good to go. Give Package control up to 15 minutes to refresh though.

ThomasWeiser commented 8 years ago

Thank you @rgrempel and @joneshf !