diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ea9419..86d2b3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,21 @@ ## [Unreleased][unreleased] -## [0.2.0][] - 2023-10-1\* + + +## [0.2.0][] - 2023-10-1\* + +- Renamed astroplan -> metaforge +- Meta information & Builded tree export [issue](https://github.com/astrohelm/astroplan/issues/8) - Custom checks (rules) [issue](https://github.com/astrohelm/astroplan/issues/7) -- FS utilities [issue](https://github.com/astrohelm/astroplan/issues/9) -- Allow custom types, schemas and rules to return value of string, boolean and SchemaError types; +- Allow custom types, schemas and rules to return value of string, array, boolean and SchemaError + types; ## [0.1.0][] - 2023-10-16 @@ -23,5 +29,6 @@ - Default exotic types: Any, Undefined, JSON - Custom Errors -[unreleased]: https://github.com/astrohelm/workspace/compare/release...HEAD +[unreleased]: https://github.com/astrohelm/workspace/compare/v0.2.0...HEAD +[0.2.0]: https://github.com/astrohelm/workspace/releases/tag/v0.2.0 [0.1.0]: https://github.com/astrohelm/workspace/releases/tag/release diff --git a/README.md b/README.md index 67f8224..c414915 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,7 @@ -
-Astroplan - power of schemas | Use schemas for uptime type validations & .d.ts generation. -
- -
-Copyright © 2023 Astrohelm contributors.
+Copyright © 2023 Astrohelm contributors.
This library is MIT licensed.
And it is part of Astrohelm ecosystem.