From d8b84c7ab9c59f24fa40f0494280cfef2cef5e1c Mon Sep 17 00:00:00 2001 From: Talley Lambert Date: Wed, 3 May 2023 12:01:07 -0400 Subject: [PATCH] chore: changelog v0.0.2 --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..c317e448e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,28 @@ +# Changelog + +## [0.0.2](https://github.com/tlambert03/cmap/tree/0.0.2) (2023-05-03) + +[Full Changelog](https://github.com/tlambert03/cmap/compare/v0.0.1...0.0.2) + +**Implemented enhancements:** + +- feat: add notebook repr with png encode [\#8](https://github.com/tlambert03/cmap/pull/8) ([tlambert03](https://github.com/tlambert03)) + +**Documentation:** + +- Update README.md [\#9](https://github.com/tlambert03/cmap/pull/9) ([tlambert03](https://github.com/tlambert03)) +- docs: fix links [\#6](https://github.com/tlambert03/cmap/pull/6) ([tlambert03](https://github.com/tlambert03)) + +## [v0.0.1](https://github.com/tlambert03/cmap/tree/v0.0.1) (2023-04-30) + +[Full Changelog](https://github.com/tlambert03/cmap/compare/7d88f0329eb3b52faf0a63ae1ce207fe86455426...v0.0.1) + +**Merged pull requests:** + +- rearrange catalog structure [\#3](https://github.com/tlambert03/cmap/pull/3) ([tlambert03](https://github.com/tlambert03)) +- ci\(dependabot\): bump codecov/codecov-action from 2 to 3 [\#2](https://github.com/tlambert03/cmap/pull/2) ([dependabot[bot]](https://github.com/apps/dependabot)) +- ci\(dependabot\): bump styfle/cancel-workflow-action from 0.9.1 to 0.11.0 [\#1](https://github.com/tlambert03/cmap/pull/1) ([dependabot[bot]](https://github.com/apps/dependabot)) + + + +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*