Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-jung committed Aug 9, 2023
1 parent 46fa80b commit 72aae58
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.12.0)
include(cmake/dependencyLoading.cmake)
project(tsmp
VERSION 1.0.7
VERSION 1.1.0
DESCRIPTION "Library for intrusion free, compile-time reflection with the help of code generation."
LANGUAGES CXX
)
Expand Down
11 changes: 11 additions & 0 deletions doc/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 1.1.0

- Changed the duck-type recognition system to a forward declare one
- This breaks reflection for anonymous types, but enables better proxy generation
- Proxies for classes with virtual functions implemented
- Code is now formatable with clang-format
- Catch2 dependency updated
- Custom CMake targets are declared as byproducts to be cleaned up from cmake



## 1.0.7

- Refactor tooling backend
Expand Down
2 changes: 1 addition & 1 deletion scripts/package/arch/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Fabian Jung <git@fabian-jung.info>
pkgname=tsmp
pkgver=1.0.7
pkgver=1.1.0
pkgrel=1
pkgdesc='C++ Reflection Library'
arch=('x86_64')
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsmp",
"version": "1.0.7",
"version": "1.1.0",
"description": "The Tool-Supported-Meta-Programming library.",
"homepage":"https://github.com/fabian-jung/tsmp",
"dependencies": [
Expand Down

0 comments on commit 72aae58

Please sign in to comment.