Releases: abdes/asap
Releases · abdes/asap
Release v4.3.3
Bug Fixes
- add aliases used by cmake common functions (9c33906)
Release v4.3.2
Release v4.3.1
Features
- add ccache support to dev container (202c27a)
Release v4.3.0
Documentation
- add badge for OpenSSF best practices (26c01c8)
- add CPM as preferred way of managing third party deps (5a33f70)
- add tutorial videos (cb13248)
- fix thumbnail and links of project docs video (1a6269e)
- how to report security vulnerabilities (46426e9)
- improve the key features section (79119ba)
- include build status badges for all branches (2b98ae1)
- revamp the project README (e72c4c3)
- rewrite the contributing section (c7e39c4)
- update instructions for repo from template scenario (1cafdb5)
- update project docs video (c7f79fc)
Release v4.2.0
Release v4.1.8
Release 4.1.8
Release v4.1.7
Release 4.1.7
Release v4.1.6
Release 4.1.6
Release v4.1.5
This is a refactoring release that trims down the template project to the minimum necessary
and implements the end-to-end automation of CI and release on GitHub.
Bug Fixes
- always use top level build dir for output (1b01db2)
- doxygen and sphinx target conflict with modules (02375ff)
- generate doc only if project is master (82190fa)
- make doxygen targets sub-project friendly (546fe73)
- make gtest work again (3ce658c)
- make sphinx targets sub-project friendly (024cc77)
- only add clang-format/tidy targets if master project (060f082)
- only install files if requested to install (9caaf9b)
- reorganize third_party modules for use of FetchContent (cc65bc2)
- use correct tagets for doc builds (559558e)
- use correct url for logo image (96d1e01)
- use correct url for master index page (a56c327)
- use lower case META_PROJECT_ID (311e433)
- wrong variable used for target name (829f351)
Release 4.1.1
4.1.1 (2022-02-18)
- docs: use submodule documentation deployment urls for inter-sphinx
configuration. using the local build directory will result in the deployed
documentation to still be dependent on the build paths. - improvements and bug fixes in the documentation
- update GSL to 4.0.0
- contract api docs now in contract module (d3366bd)
- keep
src
even when empty for doxygen not to complain (be28f42)