Skip to content

Commit

Permalink
Bumps version to 0.0.3 and updates CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Nov 4, 2024
1 parent 874980d commit 46ba4dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.0.3

Minor cleanup in the code and updates the way status is displayed.

# 0.0.2

I added back the support for WireGuard, in cases you don't want to or can't install the `mullvad` cli app, which was the initial reason I built this. The first time you run the app, it's going to ask you which one you want to use, and save your preference in `~/.local/share/mullvadrb/backend.conf`. You can switch backends from the Main Menu on the app at any time.
Expand Down
2 changes: 1 addition & 1 deletion mullvadrb.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'mullvadrb'
s.version = '0.0.2'
s.version = '0.0.3'
s.summary = 'A TUI to use with Mullvad VPN'
s.description = 'A Terminal User Interface to use with Mullvad VPN'
s.authors = ['Fernando Briano']
Expand Down

0 comments on commit 46ba4dd

Please sign in to comment.