Skip to content

Commit

Permalink
Add changelog of v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Jun 10, 2024
1 parent 6544089 commit 6058fe4
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog

<!--ENTER CHANGELOG HERE-->
<!--ENTER CHANGELOG HERE-->

## 2.1.1 (2024-06-10)

Nothing changed from the nightly build to the stable release.

See all changes since the last stable here: https://linwood.dev/butterfly/2.1.1

## 2.1.1-rc.2 (2024-06-03)

Expand Down
2 changes: 1 addition & 1 deletion api/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: butterfly_api
description: The Linwood Butterfly API
version: 2.1.1-rc.3
version: 2.1.1

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down
2 changes: 1 addition & 1 deletion app/AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ AppDir:
id: dev.linwood.butterfly
name: Linwood Butterfly
icon: dev.linwood.butterfly
version: 2.1.1-rc.3
version: 2.1.1
exec: butterfly
exec_args: $@
apt:
Expand Down
2 changes: 1 addition & 1 deletion app/linux/debian/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: linwood-butterfly
Version: 2.1.1-rc.3
Version: 2.1.1
Section: base
Priority: optional
Homepage: https://github.com/LinwoodDev/butterfly
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
<launchable type="desktop-id">dev.linwood.butterfly.desktop</launchable>
<releases>
<release version="2.1.0" date="2024-05-10" />
<release version="2.1.1" date="2024-06-10" />
<release version="2.0.3" date="2024-02-19" />
<release version="2.0.2" date="2024-01-29" />
<release version="2.0.1" date="2024-01-15" />
Expand Down
2 changes: 1 addition & 1 deletion app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ packages:
path: "../api"
relative: true
source: path
version: "2.1.1-rc.3"
version: "2.1.1"
camera:
dependency: "direct main"
description:
Expand Down

0 comments on commit 6058fe4

Please sign in to comment.