Skip to content

Commit

Permalink
version 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elesiuta committed Aug 9, 2023
1 parent ca6ba23 commit 2a6fd22
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
picosnitch (0.13.2) unstable; urgency=low
picosnitch (0.14.0) unstable; urgency=low

* see releases on github for changes

-- Eric Lesiuta <[email protected]> Tue, 25 Jul 2023 00:00:00 +0000
-- Eric Lesiuta <[email protected]> Wed, 9 Aug 2023 00:00:00 +0000
2 changes: 1 addition & 1 deletion picosnitch.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
import psutil

# picosnitch version and supported platform
VERSION: typing.Final[str] = "0.13.2"
VERSION: typing.Final[str] = "0.14.0"
assert sys.version_info >= (3, 8), "Python version >= 3.8 is required"
assert sys.platform.startswith("linux"), "Did not detect a supported operating system"

Expand Down
6 changes: 3 additions & 3 deletions rpm/picosnitch.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: picosnitch
Version: 0.13.2
Release: 3%{?dist}
Version: 0.14.0
Release: 1%{?dist}
License: GPL-3.0
Summary: Monitor network traffic per executable using BPF
Url: https://github.com/elesiuta/picosnitch
Expand Down Expand Up @@ -76,6 +76,6 @@ install -D -m 644 debian/picosnitch.service %{buildroot}%{_unitdir}/%{name}.serv
%endif

%changelog
* Wed Jul 26 2023 Eric Lesiuta <[email protected]> - 0.13.2-3
* Wed Aug 9 2023 Eric Lesiuta <[email protected]> - 0.14.0-1
- see releases on github for changes

2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: |
confinement: strict
grade: stable
base: core22
version: '0.13.2'
version: '0.14.0'

architectures:
- build-on: amd64
Expand Down

0 comments on commit 2a6fd22

Please sign in to comment.