-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add changelog and add detail to readme
- Loading branch information
Ed Slavich
committed
Nov 24, 2021
1 parent
7ac7c26
commit 280b8f1
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
0.1.0 (2021-11-24) | ||
------------------ | ||
|
||
- Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
# asdf-transform-schemas | ||
ASDF schemas for transforms. | ||
|
||
This package provides ASDF schemas for validating transform tags. Users should not | ||
need to install this directly; instead, install an implementation package such | ||
as asdf-astropy, which includes asdf-transform-schemas as a dependency. | ||
|
||
![CI](https://github.com/asdf-format/asdf-transform-schemas/workflows/CI/badge.svg) |