Skip to content

Commit

Permalink
Merge branch 'next'
Browse files Browse the repository at this point in the history
# Conflicts:
#	README.md
  • Loading branch information
Motzkiste committed Jul 23, 2022
2 parents aca489f + 3a643b7 commit 9024079
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,15 @@
# ZenScriptSupport Changelog

## [Unreleased]
### Changed
- Nothing just testing plugin release

## [0.0.1-alpha.1] - 2022-07-23
### Added
- Added First Parser and Lexer Code
- Added Grammar-Kit (Parser commented out)
- Updated based on templated
- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)

[Unreleased]: https://github.com/EraTiem-Network/ZenScriptSupport/compare/v0.0.1-alpha.1...HEAD
[0.0.1-alpha.1]: https://github.com/EraTiem-Network/ZenScriptSupport/releases/tag/v0.0.1-alpha.1
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# ZenScriptSupport

[![Build](https://github.com/EraTiem-Network/ZenScriptSupport/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/EraTiem-Network/ZenScriptSupport/actions/workflows/build.yml?query=branch%3Amain)
[![Version](https://img.shields.io/jetbrains/plugin/v/17326-zenscriptsupport.svg)](https://plugins.jetbrains.com/plugin/17326-zenscriptsupport)
[![Downloads](https://img.shields.io/jetbrains/plugin/d/17326-zenscriptsupport.svg)](https://plugins.jetbrains.com/plugin/17326-zenscriptsupport)
[![Version](https://img.shields.io/jetbrains/plugin/v/19565-zenscriptsupport.svg)](https://plugins.jetbrains.com/plugin/19565-zenscriptsupport)
[![Downloads](https://img.shields.io/jetbrains/plugin/d/19565-zenscriptsupport.svg)](https://plugins.jetbrains.com/plugin/19565-zenscriptsupport)

<!-- Plugin description -->
### This is an IDEA-Plugin to provide ZenScript-Support
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
pluginGroup = net.eratiem.zenscriptsupport
pluginName = ZenScriptSupport
# SemVer format -> https://semver.org
pluginVersion = 0.0.1-alpha.1
pluginVersion = 0.0.1-alpha.2

# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
Expand Down

0 comments on commit 9024079

Please sign in to comment.