Skip to content

Commit 8f89b1f

Browse files
committed
release v0.2
1 parent 8224059 commit 8f89b1f

3 files changed

Lines changed: 22 additions & 1 deletion

File tree

docs/changelog.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
2+
.. _changelog:
3+
4+
=========
5+
Changelog
6+
=========
7+
8+
v0.2
9+
----
10+
11+
Released on 25/Feb/2025
12+
13+
* Support for JScad node
14+
* Some work on OpenScad node
15+
16+
v0.1
17+
----
18+
19+
After some evolution and some releases with poor documentation,
20+
the project was documented and released as v0.1.

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Solid Node documentation
1111
api-reference
1212
status-and-roadmap
1313
contributing
14+
changelog
1415

1516
Indices and tables
1617
==================

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def run(self):
1717
setup(
1818
author="Luis Fagundes",
1919
author_email='lhfagundes@gmail.com',
20-
version='0.1',
20+
version='0.2',
2121
python_requires='>=3.8',
2222
classifiers=[
2323
'Development Status :: 2 - Pre-Alpha',

0 commit comments

Comments
 (0)