Skip to content

Commit

Permalink
0.11.2 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jstaf committed Aug 17, 2021
1 parent 045adc7 commit 5b110be
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.11.1
current_version = 0.11.2
commit = False
tag = False

Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
onedriver (0.11.2-1) focal; urgency=low

* onedriver now disallows rmdir on nonempty directories.
* The filesystem now detects if it is offline more reliably.

-- Jeff Stafford <jeff.stafford@protonmail.com> Tue, 17 Aug 2021 00:15:00 -0400

onedriver (0.11.1-1) focal; urgency=low

* Fix startup crash in onedriver-launcher when onedriver has not been launched before.
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
flag "github.com/spf13/pflag"
)

const version = "0.11.1"
const version = "0.11.2"

var commit string

Expand Down
6 changes: 5 additions & 1 deletion onedriver.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: onedriver
Version: 0.11.1
Version: 0.11.2
Release: 1%{?dist}
Summary: A native Linux filesystem for Microsoft Onedrive

Expand Down Expand Up @@ -60,6 +60,10 @@ cp resources/%{name}.1.gz %{buildroot}/usr/share/man/man1
%attr(644, root, root) /usr/share/man/man1/%{name}.1.gz

%changelog
* Tue Aug 17 2021 Jeff Stafford <jeff.stafford@protonmail.com> - 0.11.2
- onedriver now disallows rmdir on nonempty directories.
- The filesystem now detects if it is offline more reliably.

* Sun Jul 11 2021 Jeff Stafford <jeff.stafford@protonmail.com> - 0.11.1
- Fix startup crash in onedriver-launcher when onedriver has not been launched before.

Expand Down
2 changes: 1 addition & 1 deletion resources/onedriver.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Manpage for onedriver

.TH man 1 "Jul 2021" "0.11.1" "onedriver man page"
.TH man 1 "Aug 2021" "0.11.2" "onedriver man page"

.SH NAME
onedriver \- A native Linux client for Microsoft OneDrive.
Expand Down

0 comments on commit 5b110be

Please sign in to comment.