Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Collins <[email protected]>
  • Loading branch information
benmcollins committed Feb 11, 2025
1 parent 32d599e commit 97bb1e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
[![maClara](https://img.shields.io/badge/Sponsored%20by-maClara%2C%20LLC-blue?style=plastic&logoColor=blue)](https://maclara-llc.com)

> [!WARNING]
> The current LibJWT code is under heavy reconstruction and is changing
> wildly from the API and ABI of v2 and prior. There's still a lot going on here,
> and there are no guarantees that this new API is set in stone. Users beware.
> Version 3 of LibJWT is a complete overhaul of the code. Please see documentation for usage.
## :bulb: Supported Standards

Expand Down
2 changes: 1 addition & 1 deletion cmake/LibJWTVersions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set(LIBJWT_PROJECT "LibJWT")
set(LIBJWT_DESCRIPTION "The C JSON Web Token Library +JWK +JWKS")
set(LIBJWT_HOMEPAGE_URL "https://libjwt.io")

set(LIBJWT_VERSION_SET 2 9 99)
set(LIBJWT_VERSION_SET 3 0 0)

set(LIBJWT_SO_CRA 14 0 0)
# SONAME History
Expand Down
6 changes: 1 addition & 5 deletions doxygen/mainpage.dox
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
@mainpage Welcome to LibJWT

> [!WARNING]
> The current LibJWT code is under heavy reconstruction and is changing
> wildly from the API and ABI of v2 and prior. There's still a lot going on here,
> and there are no guarantees that this new API is set in stone. Users beware. If
> you want to see the older documentation,
> [here's the latest](https://libjwt.io/stable)
> Version 3 of LibJWT is a complete overhaul of the code. Please see documentation for usage.

@section standards \emoji :bulb: Supported Standards

Expand Down

0 comments on commit 97bb1e5

Please sign in to comment.