This log follows the conventions of keepachangelog.com.
Nothing yet.
0.6.0 - 2022-08-21
scad-clj.model
is now aliased asm
rather thanmodel
. This reduces clutter.
- A reference to
loft
in generated code. Like π, this is used more often than not. nohup.out
is now ignored by Git. This serves the workflow of opening OpenSCAD in the background undernohup
(Linux).- The current year in the copyright statement of a generated
README
.
0.5.0 - 2021-04-04
- Updated version of
scad-app
.
- Removed copyright name and year from generated boilerplate.
0.4.0 - 2020-09-07
- Updated versions of
scad-app
andscad-tarmi
.
- This version revises the project’s earlier stance on versioning. The project now follows semver in reserving the patch version ID for fixes, not feature upgrades to related libraries.
0.3.2 - 2020-03-14
- Updated version of
scad-tarmi
.
0.3.1 - 2019-08-04
- Updated version of
scad-tarmi
.
0.3.0 - 2019-03-25
- Switched to
scad-app
for the build process, removing some of the boilerplate incore.clj
.
0.2.1 - 2019-01-22
- Updated version of
scad-tarmi
. - Added an explicit system exit call to cut short a lingering
pmap
.
0.2.0 - 2019-01-21
- Added
scad-tarmi
as a default dependency.
- Stopped referring in all objects from
scad-clj.model
. - Upgraded to Clojure 1.10.0 in new projects.
- Updated copyright years.
0.1.1 - 2018-11-10
- Removed the
eval-in-leiningen
tag forclojure.spec.alpha
compatibility.
0.1.0 - 2018-10-14
- Basic CLI functions for new projects.
- GPL-under-EPL license for this and new projects.