Release v0.3.1

This commit is contained in:
John Haverlack 2026-01-31 14:06:17 -09:00
commit 203dc7b5bc
8 changed files with 28 additions and 7 deletions

View File

@ -5,7 +5,7 @@
| **Author** | John Haverlack |
| **Copyright** | 2026 John Haverlack |
| **License** | MIT |
| **Version** | 0.3.0 |
| **Version** | 0.3.1 |
| **Date** | 2026-01-31 |
## Overview

View File

@ -1,5 +1,12 @@
{
"releases": [
{
"version": "0.3.1",
"date": "2026-01-31",
"maturity": "ALPHA",
"summary": "",
"notes": ""
},
{
"version": "0.3.0",
"date": "2026-01-31",

View File

@ -5,14 +5,21 @@
| **Author** | John Haverlack |
| **Copyright** | 2026 John Haverlack |
| **License** | MIT |
| **Version** | 0.3.0 |
| **Version** | 0.3.1 |
| **Date** | 2026-01-31 |
## v0.3.1 - 2026-01-31 (ALPHA)
- Start v0.3.1
- Removing duplicate LICENSE file
- README Cleanup
## v0.3.0 - 2026-01-31 (ALPHA)
**Summary**
Initial Codebase
- Preparing GitHub Version
- Start v0.3.0
- Initial commit

View File

@ -5,7 +5,7 @@
| **Author** | John Haverlack |
| **Copyright** | 2026 John Haverlack |
| **License** | MIT |
| **Version** | 0.3.0 |
| **Version** | 0.3.1 |
| **Date** | 2026-01-31 |

View File

@ -3,7 +3,7 @@
"name": "sdl",
"description": "Software Defined Laboratory",
"abbr": "SDL",
"version": "0.3.0",
"version": "0.3.1",
"version_date": "2026-01-31",
"maturity": "ALPHA",
"author": "John Haverlack",

View File

@ -1,6 +1,6 @@
{
"name": "sdl-mgr",
"version": "0.3.0",
"version": "0.3.1",
"version_date": "2026-01-31",
"description": "Software Defined Laboratory: Manager (sdl-mgr)",
"main": "index.js",

View File

@ -5,14 +5,21 @@
| **Author** | John Haverlack |
| **Copyright** | 2026 John Haverlack |
| **License** | MIT |
| **Version** | 0.3.0 |
| **Version** | 0.3.1 |
| **Date** | 2026-01-31 |
## v0.3.1 - 2026-01-31 (ALPHA)
- Start v0.3.1
- Removing duplicate LICENSE file
- README Cleanup
## v0.3.0 - 2026-01-31 (ALPHA)
**Summary**
Initial Codebase
- Preparing GitHub Version
- Start v0.3.0
- Initial commit

View File

@ -1,7 +1,7 @@
{
"name": "sdl-wkr",
"description": "Software Defined Laboratory: Worker (sdl-wkr)",
"version": "0.3.0",
"version": "0.3.1",
"version_date": "2026-01-31",
"main": "index.js",
"type": "module",