Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
langston-barrett committed Oct 28, 2022
1 parent e816b4c commit 705a16c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,7 +1,7 @@
# minimum version: 3.12 for CMAKE_PROJECT_VERSION
cmake_minimum_required(VERSION 3.12 FATAL_ERROR)

project(cclyzer++ LANGUAGES C CXX VERSION 0.5.0)
project(cclyzer++ LANGUAGES C CXX VERSION 0.6.0)

# -----------------------------------------------------------------------------

Expand Down
18 changes: 16 additions & 2 deletions doc/changelog.rst
Expand Up @@ -7,11 +7,24 @@ Changelog
next
****

`v0.6.0`_ - 2022-10-27
**********************

`Compare to v0.5.0 <https://github.com/GaloisInc/cclyzerpp/compare/v0.5.0...v0.6.0>`_.

Changed
~~~~~~~

- cclyzer++ now builds against (and requires) LLVM 14. See :doc:`build` for how
to build against other versions of LLVM.
- cclyzer++ now builds against LLVM 14. See :doc:`build` for how to build
against other versions of LLVM.
- Considerable documentation improvements.
- The Docker images now use Ubuntu 22.04.
- Release artifacts are now built with optimizations.

Removed
~~~~~~~

- Removed handling of function attributes in Datalog and FactGenerator code.

`v0.5.0`_ - 2022-10-21
**********************
Expand Down Expand Up @@ -122,5 +135,6 @@ Known Issues
.. _v0.3: https://github.com/GaloisInc/cclyzerpp/releases/tag/v0.3
.. _v0.4.0: https://github.com/GaloisInc/cclyzerpp/releases/tag/v0.4.0
.. _v0.5.0: https://github.com/GaloisInc/cclyzerpp/releases/tag/v0.5.0
.. _v0.6.0: https://github.com/GaloisInc/cclyzerpp/releases/tag/v0.6.0
.. _#69: https://github.com/GaloisInc/cclyzerpp/issues/69
.. _#98: https://github.com/GaloisInc/cclyzerpp/issues/98

0 comments on commit 705a16c

Please sign in to comment.