Skip to content

Commit

Permalink
Bump version to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-jung committed Dec 21, 2022
1 parent 5917461 commit 8880630
Show file tree
Hide file tree
Showing 4 changed files with 8 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.5
VERSION 1.0.6
DESCRIPTION "Library for intrusion free, compile-time reflection with the help of code generation."
LANGUAGES CXX
)
Expand Down
5 changes: 5 additions & 0 deletions doc/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.0.6

test


## 1.0.5

- 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.5
pkgver=1.0.6
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.5",
"version": "1.0.6",
"description": "The Tool-Supported-Meta-Programming library.",
"homepage":"https://github.com/fabian-jung/tsmp",
"dependencies": [
Expand Down

0 comments on commit 8880630

Please sign in to comment.