Skip to content

Commit

Permalink
maint: bump to v0.0.5
Browse files Browse the repository at this point in the history
* DESCRIPTION, src/configure.ac: bump version

* NEWS: add 0.0.5 change log
  • Loading branch information
lostbard committed Apr 11, 2024
1 parent 047e2cf commit c8e23a5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: mqtt
Version: 0.0.4
Date: 2023-07-25
Version: 0.0.5
Date: 2024-04-11
Author: John Donoghue <john.donoghue@ieee.org>
Maintainer: John Donoghue <john.donoghue@ieee.org>
Title: Octave MQTT Toolkit
Expand Down
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Summary of important user-visible changes for octave-mqtt 0.0.5:
-------------------------------------------------------------------

** minor documentation updates

** provide handling windows paths with spaces

Summary of important user-visible changes for octave-mqtt 0.0.4:
-------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion src/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
### <http://www.gnu.org/licenses/>.

AC_PREREQ([2.67])
AC_INIT([Octave mqtt], [0.0.4])
AC_INIT([Octave mqtt], [0.0.5])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIRS([m4])
AH_TOP([#include "undef-ah-octave.h"])
Expand Down

0 comments on commit c8e23a5

Please sign in to comment.