Skip to content

Commit

Permalink
chore: version bump to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abdes committed Aug 20, 2022
1 parent 9098407 commit 4cdda21
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 12 deletions.
39 changes: 28 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,43 +4,60 @@ All notable changes to this project will be documented in this file. See
[standard-version](https://github.com/conventional-changelog/standard-version)
for commit guidelines.

## [1.1.1](http://github.com/abdes/asap/compare/v1.1.0...v1.1.1) (2022-08-20)

* code cleanup to eliminate compiler/linter warnings and improve code quality.

### Bug Fixes

* [#10](http://github.com/abdes/asap/issues/10) no more template export header
([dd8ffd5](http://github.com/abdes/asap/commit/dd8ffd5a8f36340963349c7ebcb7c1713c2f880a))
* [#11](http://github.com/abdes/asap/issues/11) refactor compiler options
management
([78ae493](http://github.com/abdes/asap/commit/78ae4933f2e263a55f6537e66347c6b11a24b961))
* [#12](http://github.com/abdes/asap/issues/12) disable used-but-marked-unused
([6d42d83](http://github.com/abdes/asap/commit/6d42d83bfdd16123f05a69726058dc5f103143be))
* [#9](http://github.com/abdes/asap/issues/9) remove no longer used function
([5a7416f](http://github.com/abdes/asap/commit/5a7416f9563aae303d68ca2bb878fef97fbb7130))

## [1.1.0](http://github.com/abdes/asap/compare/v1.0.5...v1.1.0) (2022-08-11)

Merge features/updates/fixes from upstream [asap](http://github.com/abdes/asap).

## [1.0.5](http://github.com/abdes/asap/compare/v1.0.4...v1.0.5) (2022-03-15)

- chore: remove duplicate RPATH settings
* chore: remove duplicate RPATH settings

## [1.0.4](http://github.com/abdes/asap/compare/v1.0.3...v1.0.4) (2022-03-15)

### Features

- refactor build to use CPM for cmake dependencies and speedup build with ccache.
* refactor build to use CPM for cmake dependencies and speedup build with
ccache.

### Bug Fixes

- missing intersphinx config for submodule
* missing intersphinx config for submodule
([dc2df5b](http://github.com/abdes/asap/commit/dc2df5bf299d65789f0d3054ac049d9108e9d2b8))
- remove non-existing directory from library include dirs
* remove non-existing directory from library include dirs
([2f38810](http://github.com/abdes/asap/commit/2f38810813d6eb0b0a5059ecc3970314874815d9))
- require c++-17
* require c++-17
([049d34c](http://github.com/abdes/asap/commit/049d34c73a02b23ca9dc776465d6029e940f7b23))
- this library has no dependencies
* this library has no dependencies
([ada7303](http://github.com/abdes/asap/commit/ada730355b750514b04ac37190d5ab2f891db572))

## [1.0.3](http://github.com/abdes/asap/compare/v1.0.2...v1.0.3) (2022-03-06)

### Bug Fixes

- cleanup dependencies and docs for mixin module
* cleanup dependencies and docs for mixin module
([69a9014](http://github.com/abdes/asap/commit/69a90147a92114ac20d2c9913359aaec3963ffdb))

## [1.0.2](http://github.com/abdes/asap/compare/v1.0.1...v1.0.2) (2022-03-06)

### Bug Fixes

- missing inter-sphinx config for submodule
* missing inter-sphinx config for submodule
([72af6d0](http://github.com/abdes/asap/commit/72af6d0b7506678317fbaa22b36dbd109793fd3d))

## [1.0.1](http://github.com/abdes/asap/compare/v1.0.0...v1.0.1) (2022-03-06)
Expand All @@ -49,6 +66,6 @@ docs: update docs to match the project

## 1.0.0 (2022-03-06)

Initial version of the mixin support library for C++-17. This is a
lightweight library that simplifies the implementation of mixins in C++. See
the documentation and examples for more information.
Initial version of the mixin support library for C++-17. This is a lightweight
library that simplifies the implementation of mixins in C++. See the
documentation and examples for more information.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ set(META_AUTHOR_DOMAIN "https://github.com/abdes")
set(META_AUTHOR_MAINTAINER "Abdessattar Sassi")
set(META_VERSION_MAJOR "1")
set(META_VERSION_MINOR "1")
set(META_VERSION_PATCH "0")
set(META_VERSION_PATCH "1")
set(META_VERSION_REVISION "${GIT_REV}")
set(META_VERSION "${META_VERSION_MAJOR}.${META_VERSION_MINOR}.${META_VERSION_PATCH}")
set(META_NAME_VERSION "${META_PROJECT_NAME} v${META_VERSION} (${META_VERSION_REVISION})")
Expand Down

0 comments on commit 4cdda21

Please sign in to comment.