Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuseppe Landolfi committed Jan 18, 2019
1 parent a9fa861 commit aded7bd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
<idea-plugin>
<id>ch.ricardo.plugins.intellij.mockery</id>
<name>Golang mockery</name>
<version>1.0.1</version>
<version>1.1.0</version>
<vendor email="giuseppe.landolfi@ricardo.ch" url="https:/github.com/ricardo-ch">Ricardo.ch</vendor>

<description><![CDATA[
This plugin provides Golang developers a shortcut for auto-generating <a href="https://github.com/stretchr/testify">testify mocks</a> by offering a shortcut to call the <a href="https://github.com/vektra/mockery">mockery</a> generator behind the scenes.
]]></description>

<change-notes><![CDATA[
First release.<br>
<b>1.1.0</b> Add support for multiple GOPATHs - thanks to <a href="https://github.com/RonAmihai">Ron Amihai</a> <br>
<b>1.0.1</b> Minor fixes <br>
<b>1.0.0</b> First release <br>
]]>
</change-notes>

Expand Down Expand Up @@ -37,4 +39,4 @@
</action>
</actions>

</idea-plugin>
</idea-plugin>

0 comments on commit aded7bd

Please sign in to comment.