chore(main): release 0.0.1

This commit is contained in:
jimehbot[bot]
2024-03-25 03:05:53 +00:00
committed by Jim Myhrberg
parent c0e1ba0d10
commit b5ec4df4c0
2 changed files with 19 additions and 1 deletions

View File

@@ -1,3 +1,3 @@
{
".": "0.0.0"
".": "0.0.1"
}

18
CHANGELOG.md Normal file
View File

@@ -0,0 +1,18 @@
# Changelog
## 0.0.1 (2024-03-25)
### ⚠ BREAKING CHANGES
* sizeable changes across the board
### Features
* **render:** experimental package to render arbitrary values to different formats ([2b28f96](https://github.com/jimeh/go-render/commit/2b28f96bad885b3e989fd4e6e2eee237d599ff28))
* **text:** expand supported value types ([5247fbd](https://github.com/jimeh/go-render/commit/5247fbd90be50f5e703f805b4c12610c2c9e6586))
### Code Refactoring
* sizeable changes across the board ([7632b11](https://github.com/jimeh/go-render/commit/7632b1119c6e3ee7f9fc97e9c95433a764d3f3b6))