diff --git a/CHANGELOG.md b/CHANGELOG.md index 621a0db..4e7f12c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog -## 0.1.0 +## 0.1.0-alpha -- Initial release. +Initial preview release 🎉! + +While this package is tested, it is still in early development and is likely to +have breaking changes in future releases. In addition, this package has not been +used in a production environment yet, and could benefit from additional +performance and stability improvements. diff --git a/README.md b/README.md index 8fe95c3..025f5bc 100644 --- a/README.md +++ b/README.md @@ -2,26 +2,19 @@ A tiny cross-platform pixel buffer and foundation for pixel-based graphics. - +[![Pxl on pub.dev][pub_img]][pub_url] [![Code coverage][cov_img]][cov_url] [![Github action status][gha_img]][gha_url] [![Dartdocs][doc_img]][doc_url] [![Style guide][sty_img]][sty_url] - [gha_url]: https://github.com/matanlurey/pxl.dart/actions [gha_img]: https://github.com/matanlurey/pxl.dart/actions/workflows/check.yaml/badge.svg [cov_url]: https://coveralls.io/github/matanlurey/pxl.dart?branch=main [cov_img]: https://coveralls.io/repos/github/matanlurey/pxl.dart/badge.svg?branch=main -[doc_url]: https://matanlurey.github.io/pxl.dart/ - [doc_img]: https://img.shields.io/badge/Documentation-latest-blue.svg [sty_url]: https://pub.dev/packages/oath [sty_img]: https://img.shields.io/badge/style-oath-9cf.svg diff --git a/pubspec.yaml b/pubspec.yaml index 0be7e9e..de9bf8b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ # Format: https://dart.dev/tools/pub/pubspec name: pxl -version: 0.0.0 +version: 0.1.0-alpha publish_to: none environment: sdk: ^3.5.0