Skip to content

Commit

Permalink
release: bump version and add history item
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofavorito committed Aug 14, 2021
1 parent d6e4b46 commit 1139be9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ project (Lydia
LANGUAGES CXX
HOMEPAGE_URL https://github.com/whitemech/lydia.git
DESCRIPTION "Lydia is a tool for LDLf translation to DFA and for LDLf synthesis.")
set(PROJECT_VERSION "0.1.2")
set(PROJECT_VERSION "0.1.3")
set(${PROJECT_NAME}_VERSION ${PROJECT_VERSION})
add_definitions( -DLYDIA_VERSION="${PROJECT_VERSION}" )
set_property (GLOBAL PROPERTY USE_FOLDERS ON)
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ubuntu:20.04
LABEL version="0.1.2"
LABEL version="0.1.3"
LABEL authors="Marco Favorito <[email protected]>"
LABEL contributors="Francesco Fuggitti <[email protected]>"
LABEL description="A Docker image to build the Lydia project."
Expand Down
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# History

## 0.1.3 (2021-08-14)

* Fix building issue: ([#114](https://github.com/whitemech/lydia/issues/114))
* Fix translation of Release LTLf-to-LDLf ([https://github.com/whitemech/lydia/commit/2070ec3608c68b7c7099c6eca89f4fde11ca0c95](https://github.com/whitemech/lydia/commit/2070ec3608c68b7c7099c6eca89f4fde11ca0c95))
* Update Syft+ dependency version to v0.1.1 ([#119](https://github.com/whitemech/lydia/pull/119))

## 0.1.2 (2021-06-20)

* Fix bug in the computation of the concatenation of two DFAs
Expand Down

0 comments on commit 1139be9

Please sign in to comment.