File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ Solid Node documentation
1111 api-reference
1212 status-and-roadmap
1313 contributing
14+ changelog
1415
1516Indices and tables
1617==================
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ def run(self):
1717setup (
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' ,
You can’t perform that action at this time.
0 commit comments