From 3ab0c7f7381fe35105c41e469a55a70178d70b62 Mon Sep 17 00:00:00 2001
From: Jeremy <51220084+jeremy-rifkin@users.noreply.github.com>
Date: Sun, 23 Jul 2023 23:59:16 -0400
Subject: [PATCH] Update readme and set cmake version
---
CMakeLists.txt | 2 +-
README.md | 10 ++++++----
2 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 93f9e33..6c2b212 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,7 +6,7 @@ endif()
project(
cpptrace
- VERSION 0.0.1
+ VERSION 0.1.0
LANGUAGES CXX
)
diff --git a/README.md b/README.md
index 844618a..a6e9e1a 100644
--- a/README.md
+++ b/README.md
@@ -9,12 +9,14 @@
[-Community%20Discord-blue?labelColor=2C3239&color=7289DA&style=flat&logo=discord&logoColor=959DA5)](https://discord.gg/7kv5AuCndG)
-Cpptrace is a lightweight C++ stacktrace library supporting C++11 and greater on Linux, macOS, and windows including
-mingw and cygwin environments. The goal: Make stack traces simple for once.
+Cpptrace is a lightweight C++ stacktrace library supporting C++11 and greater on Linux, macOS, and Windows including
+MinGW and Cygwin environments. The goal: Make stack traces simple for once.
Some day C++23's `` will be ubiquitous. And maybe one day the msvc implementation will be acceptable.
-🚧 WIP: This library is in beta. 🏗️
+This library is in beta, if you run into any problems please open an [issue][issue]!
+
+[issue]: https://github.com/jeremy-rifkin/cpptrace/issues
## Table of Contents
@@ -129,7 +131,7 @@ g++ main.cpp -o main -g -Wall -I$HOME/wherever/include -L$HOME/wherever/lib -lcp
### Package Managers
-TODO
+Coming soon
## API