Commit cdfa510 1 parent 6faea7d commit cdfa510 Copy full SHA for cdfa510
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.12.4)
2
2
3
3
project (alpaca
4
- VERSION 0.2.0
4
+ VERSION 0.2.1
5
5
DESCRIPTION "Serialization library written in C++17 - Pack C++ structs into a compact byte-array without any macros or boilerplate code."
6
6
HOMEPAGE_URL "https://github.com/p-ranav/alpaca"
7
7
LANGUAGES CXX
Original file line number Diff line number Diff line change 10
10
<a href =" https://github.com/p-ranav/alpaca/blob/master/LICENSE " >
11
11
<img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="license"/>
12
12
</a >
13
- <img src =" https://img.shields.io/badge/version-0.2.0 -blue.svg?cacheSeconds=2592000 " alt =" version " />
13
+ <img src =" https://img.shields.io/badge/version-0.2.1 -blue.svg?cacheSeconds=2592000 " alt =" version " />
14
14
</p >
15
15
16
16
Pack C++ structs into a compact byte-array without any macros or boilerplate code.
You can’t perform that action at this time.
0 commit comments