Skip to content

Commit

Permalink
Release: v1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
### Minor

- Add: Minimal wide-string support (32cd03f)

### Patch

- Make: Upgrade CI with TinySemVer (01ee616)
- Docs: Formatting (c20e935)
- Docs: Spelling & Thumbnail (2871ec9)
- Docs: Extend plans (a8e9d88)
- Docs: Match any extension (3712cfb)
- Fix: Initialize calls to zeros (749e4aa)
  • Loading branch information
TinySemVer committed Jan 4, 2025
1 parent ab5e7d8 commit e2270d2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.14)
project(libsee
VERSION 1.0.2
VERSION 1.1.0
DESCRIPTION "See where you use LibC the most. Trace calls failing tests. Then - roast!")

# Set C standard
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.2
1.1.0
4 changes: 2 additions & 2 deletions libsee.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
* @date March 4, 2024
*/
#define LIBSEE_VERSION_MAJOR 1
#define LIBSEE_VERSION_MINOR 0
#define LIBSEE_VERSION_PATCH 2
#define LIBSEE_VERSION_MINOR 1
#define LIBSEE_VERSION_PATCH 0

#if !defined(LIBSEE_MAX_THREADS) || LIBSEE_MAX_THREADS <= 0
#define LIBSEE_MAX_THREADS 1024
Expand Down

0 comments on commit e2270d2

Please sign in to comment.