Skip to content

Commit

Permalink
Add releasenotes
Browse files Browse the repository at this point in the history
  • Loading branch information
rhinoella committed May 28, 2024
1 parent ae9d462 commit 268e8d1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GudPy

_Last Release: 0.5.0, Monday 18th March 2024_
_Last Release: 0.5.1, Friday 17th May 2024_

_Release Build::_ [![Release Build Status](https://github.com/disorderedmaterials/GudPy/actions/workflows/release.yml/badge.svg)](https://github.com/disorderedmaterials/GudPy/actions/workflows/release.yml)
_Development Build::_ [![Development Build Status](https://github.com/disorderedmaterials/GudPy/actions/workflows/continuous.yml/badge.svg)](https://github.com/disorderedmaterials/GudPy/actions/workflows/continuous.yml)
Expand Down
9 changes: 9 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
GudPy Release 0.5.1

Bug fixes.

- Fix sample tree issues
- Refactor output tree
- Update workflows
- Change pages to scroll areas - compatibility with lower resolution screens
- Fix process freezing GUI on error
2 changes: 1 addition & 1 deletion gudpy.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- mode: python ; coding: utf-8 -*-
VERSION = "0.5.0"
VERSION = "0.5.1"
binaries = [
(os.path.join("bin", f), '.')
for f in os.listdir("bin")
Expand Down

0 comments on commit 268e8d1

Please sign in to comment.