Skip to content

Commit

Permalink
Bump version to 0.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-gutev committed May 25, 2024
1 parent 509211f commit b570f89
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# 0.4.0 - 2023-05-24

New features:

* `live_cells::previous`

Creates a cell that evaluates to the previous value of another cell.

* Constructors for casting a `live_cells::cell` to a
`live_cells::typed_cell` and vice versa.

Bug fixes:

* Fix issue with cell value not being set when set through a
`live_cells::cell` / `live_cells::typed_cell` container.

# 0.3.1 - 2023-05-24

* Fix bug with uncaught exceptions in watch functions.
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.3.1], [[email protected]])
AC_INIT([live_cells], [0.4.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 b570f89

Please sign in to comment.