Skip to content

Commit

Permalink
Prepare to publish.
Browse files Browse the repository at this point in the history
  • Loading branch information
matanlurey committed Aug 31, 2024
1 parent 48fd1a1 commit 7587d08
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,19 @@

A tiny cross-platform pixel buffer and foundation for pixel-based graphics.

<!--
[![Mirage on pub.dev][pub_img]][pub_url]
-->
[![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]

<!--
[pub_url]: https://pub.dartlang.org/packages/chaos
[pub_url]: https://pub.dartlang.org/packages/pxl
[pub_img]: https://img.shields.io/pub/v/pxl.svg
-->
[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_url]: https://www.dartdocs.org/documentation/pxl/latest
-->
[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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7587d08

Please sign in to comment.