Bump to 0.4

- Update LICENSE to include Contributors
- Update ChangeLog
- Bump version to 0.4
This commit is contained in:
Adrian Schlatter
2022-04-03 19:05:16 +02:00
parent b1eeb69f75
commit 9bae5785c0
3 changed files with 8 additions and 5 deletions

4
.gitignore vendored
View File

@@ -3,6 +3,7 @@
# Editor # Editor
.*.swp .*.swp
.vscode/
# Build # Build
design/THREAD_TABLE.csv design/THREAD_TABLE.csv
@@ -15,4 +16,5 @@ renderall*.scad
ASME*.pdf ASME*.pdf
docs/*.png docs/*.png
design/UIS.py design/UIS.py
*.afdesign
experimental/

View File

@@ -1,4 +1,4 @@
Copyright 2019 Adrian Schlatter Copyright 2019 Adrian Schlatter and Contributors
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met: modification, are permitted provided that the following conditions are met:

View File

@@ -206,10 +206,11 @@ button is at the top of this website.)
Change Log Change Log
=========================== ===========================
- 0.3.x: List metric threads under short designator and full designator - 0.4: `PCO-1810 <https://www.isbt.com/assets/Threadspecs/pco1810.pdf>`__.
tap module. Fixes bug with $fn in straight_thread(). Lists metric
threads under short designator and full designator.
- 0.3: Unified Inch Screw Threads (UNC, UNF, UNEF, 4-UN, 6-UN, 8-UN, 12-UN, - 0.3: Unified Inch Screw Threads (UNC, UNF, UNEF, 4-UN, 6-UN, 8-UN, 12-UN,
16-UN, 20-UN, 28-UN, and 32-UN. Fixed problem with PCO-1881-int. Fixed problem 16-UN, 20-UN, 28-UN, and 32-UN. Fixed problem with PCO-1881-int. Fixed problem
with G-ext threads . New build system. with G-ext threads. New build system.
- 0.2: Metric threads, `PCO-1881 <https://www.bevtech.org/assets/Committees/Packaging-Technology/20/3784253-20.pdf>`__ - 0.2: Metric threads, `PCO-1881 <https://www.bevtech.org/assets/Committees/Packaging-Technology/20/3784253-20.pdf>`__
- 0.1: Initial release supporting `BSP parallel thread <https://www.amesweb.info/Screws/British-Standard-Pipe-Parallel-Thread-BSPP.aspx>`__ - 0.1: Initial release supporting `BSP parallel thread <https://www.amesweb.info/Screws/British-Standard-Pipe-Parallel-Thread-BSPP.aspx>`__