prepare for release

- Update README.rst (supported threads, changelog)
- bump version number (in threadlib.scad)
This commit is contained in:
Adrian Schlatter
2023-04-02 16:16:57 +02:00
parent ba6024c0cd
commit c0c58cc172
2 changed files with 4 additions and 2 deletions

View File

@@ -5,11 +5,11 @@ threadlib
Create threads easily.
:Author: Adrian Schlatter and contributors
:Date: 2019-11-11
:Date: 2023-04-02
:License: 3-Clause BSD. See LICENSE.
*/
function __THREADLIB_VERSION() = 0.4;
function __THREADLIB_VERSION() = 0.5;
use <thread_profile.scad>
include <THREAD_TABLE.scad>