Skip to content

Commit

Permalink
Update changelog and bump version for upcoming v0.6 release
Browse files Browse the repository at this point in the history
Signed-off-by: Jacques de Laval <[email protected]>
  • Loading branch information
jackuess committed Jul 5, 2022
1 parent 16c8f8b commit 0075d08
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
Expand Up @@ -3,6 +3,12 @@ Change Log

All relevant, user visible, changes are documented in this file.

[v0.6][UNRELEASED] - 2022-07-05
---------------------

### Fixes
- querierctl: Fix handling of bigger interface indexes in router port parsing

[v0.5][] - 2022-06-20
---------------------

Expand Down Expand Up @@ -76,6 +82,7 @@ Limited IGMPv1/v2/v3 querier with hard-coded query interval, etc. Put
interfaces in a .conf file, whitespace separated to enable querier.

[UNRELEASED]: https://github.com/westermo/querierd/compare/v0.5...HEAD
[v0.6]: https://github.com/westermo/querierd/compare/v0.5...v0.6
[v0.5]: https://github.com/westermo/querierd/compare/v0.4...v0.5
[v0.4]: https://github.com/westermo/querierd/compare/v0.3...v0.4
[v0.3]: https://github.com/westermo/querierd/compare/v0.2...v0.3
Expand Down
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Rough Plan for querierd
=======================

Planned for v0.6
Planned for v0.7
----------------

- Look for better IP than 169 for each interface
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ(2.61)
AC_INIT([querierd], [0.5], [https://github.com/troglobit/querierd/issues],,
AC_INIT([querierd], [0.6], [https://github.com/troglobit/querierd/issues],,
[https://troglobit.com/projects/querierd/])
AC_CONFIG_AUX_DIR(aux)
AM_INIT_AUTOMAKE([1.11 foreign])
Expand Down

0 comments on commit 0075d08

Please sign in to comment.