summary history branches tags files
commit:58bf7595f35610510ba60154a92e2985da1696f1
author:Trevor Bentley
committer:Trevor Bentley
date:Thu Dec 10 22:16:35 2020 +0100
parents:9ce5e76b629562f9a61a826d0cda62726c465490
bump version to 0.3.0
diff --git a/snitch-pkg.el b/snitch-pkg.el
line changes: +1/-1
index 5bad507..e25d272
--- a/snitch-pkg.el
+++ b/snitch-pkg.el
@@ -1,4 +1,4 @@
 (define-package
   "snitch"
-  "0.2.0"
+  "0.3.0"
   "A firewall for emacs.")

diff --git a/snitch.el b/snitch.el
line changes: +10/-2
index 5c30102..e1a90db
--- a/snitch.el
+++ b/snitch.el
@@ -4,7 +4,7 @@
 ;; Copyright (C) 2020 Trevor Bentley
 ;; Author: Trevor Bentley <snitch.el@x.mrmekon.com>
 ;; Created: 01 Dec 2020
-;; Version: 0.2.0
+;; Version: 0.3.0
 ;; Package-Requires: ((emacs "27.1"))
 ;;
 ;; Keywords: processes, comm
@@ -498,6 +498,14 @@
 ;;
 ;; === VERSION HISTORY ===
 ;;
+;; v0.3.0 (development)
+;;
+;;   - make snitch a global minor mode
+;;     - introduce (snitch-mode)
+;;     - make (snitch-init) private (snitch--init)
+;;     - make (snitch-deinit) private (snitch--deinit)
+;;   - add init and deinit hooks
+;;
 ;; v0.2.0 (2020-12-09)
 ;;
 ;;   - first published version
@@ -590,7 +598,7 @@ protocol family of the connection that snitch is considering.")
 ;;
 ;;
 
-(defconst snitch--version "0.2.0"
+(defconst snitch--version "0.3.0"
   "Snitch version as a string.")
 
 (defconst snitch-source-package-types