Skip to content

Commit

Permalink
Update version 1.0.2 -> 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
halo committed Dec 25, 2020
1 parent 28388ac commit 05de462
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# master

# 1.0.3

Bugfixes:

* `macosvpn` compiled on Big Sur does not crash when accessing the keychain (Thank you @kikeenrique for reporting)
* Removed compiler warnings for vendored code.

# 1.0.2

* The options `--split`, `--disconnectswitch`, and `--disconnectlogout` now actually work. See #43
Expand Down
2 changes: 1 addition & 1 deletion macosvpn/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<key>CFBundleName</key>
<string>macosvpn</string>
<key>CFBundleVersion</key>
<string>1.0.2</string>
<string>1.0.3</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion spec/features/version_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
context 'with the --version flag' do
it 'shows the Help' do
output, status = Macosvpn.call arguments: '--version'
expect(output).to eq "1.0.2\n"
expect(output).to eq "1.0.3\n"
expect(status).to eq 2
end
end
Expand Down

0 comments on commit 05de462

Please sign in to comment.