Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-gutev committed May 18, 2024
1 parent 2b94f91 commit 9cef71a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 0.3.0-beta - 2023-05-18

New features:

* `live_cells::changes_only`

When this is provided to `live_cells::computed()`, the computed cell
only notifies its observers when its new value is not equal to its
previous value.

# 0.2.4-beta - 2023-05-13

* Fix bugs in examples of `live_cells::select()` in documentation.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Initialization
AC_INIT([live_cells], [0.2.4], [[email protected]])
AC_INIT([live_cells], [0.3.0], [[email protected]])
AC_CONFIG_SRCDIR([src/live_cells.cpp])
AC_CONFIG_MACRO_DIRS([m4])
AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])
Expand Down

0 comments on commit 9cef71a

Please sign in to comment.