Skip to content

Commit

Permalink
version 1.1.1
Browse files Browse the repository at this point in the history
bugfix release to address Makefile issue
  • Loading branch information
carrotIndustries committed May 4, 2020
1 parent e991aff commit 5085207
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Version 1.1.1

## Bugfixes

- Makefile: don't build during make install ([e991aff](https://github.com/horizon-eda/horizon/commit/e991aff73919b6b0d05ea22ed7ecc2c61d8a0c0b))
- win32: regenerate gdk pixbuf loader cache during build ([b7a128b](https://github.com/horizon-eda/horizon/commit/b7a128bed12da74accec4231baf01caa333323fe))

# Version 1.1.0

## Added features
Expand Down
10 changes: 9 additions & 1 deletion org.horizon_eda.HorizonEDA.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,15 @@
<content_rating type="oars-1.0" />

<releases>
<release version="1.1.0" date="2020-04-29" type="development">
<release version="1.1.1" date="2020-05-04">
<url>https://github.com/horizon-eda/horizon/releases/tag/v1.1.1</url>
<description>
<p>
Fix Makefile to not compile during make install.
</p>
</description>
</release>
<release version="1.1.0" date="2020-04-29">
<url>https://github.com/horizon-eda/horizon/releases/tag/v1.1.0</url>
<description>
<p>New features</p>
Expand Down
7 changes: 7 additions & 0 deletions scripts/CHANGELOG.md.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Version 1.1.1

## Bugfixes

- Makefile: don't build during make install (e991aff73919b6b0d05ea22ed7ecc2c61d8a0c0b)
- win32: regenerate gdk pixbuf loader cache during build (b7a128bed12da74accec4231baf01caa333323fe)

# Version 1.1.0

## Added features
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
major = 1
minor = 1
micro = 0
micro = 1
name = "Blue sky"

string = ".".join(str(x) for x in (major, minor, micro))

0 comments on commit 5085207

Please sign in to comment.