Skip to content
This repository has been archived by the owner on Nov 25, 2019. It is now read-only.

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AbigailBuccaneer committed Mar 16, 2017
1 parent c5e089c commit 77d17b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin version="2">
<id>claims.bold.intellij.avro</id>
<name>Apache Avro™ support</name>
<version>0.2.1</version>
<version>0.3.0</version>
<vendor email="[email protected]" url="https://github.com/AbigailBuccaneer/intellij-avro">Abigail</vendor>

<description><![CDATA[
Expand All @@ -11,6 +11,7 @@

<change-notes><![CDATA[
<ul>
<li>0.3.0: Multiple parsing improvements</li>
<li>0.2.1: Parsing of non-primitive default values</li>
<li>0.2.0: Full parsing of Avro™ IDL source code</li>
<li>0.1.0: Initial release</li>
Expand Down

2 comments on commit 77d17b7

@mwilbz
Copy link
Contributor

@mwilbz mwilbz commented on 77d17b7 Mar 17, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great changes! Thanks for taking this to the finish so quickly. =)

@AbigailBuccaneer
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I realised I forgot to mention anything other than parsing improvements in the changelog as I released it. Sorry for not elaborating more on the other great changes you did 🙇‍♀️

Please sign in to comment.