Skip to content

Commit

Permalink
Prepare 0.1.0 release (#4)
Browse files Browse the repository at this point in the history
## What?

Prepares the crate for the initial 0.1.0 release.

## Why?

The crate functionality is more or less stable now, and having it
released brings more visibility and simplifies usage.
  • Loading branch information
slowli committed Dec 28, 2023
1 parent c6a41c8 commit 4b5a36f
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 44 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

All notable changes to this project will be documented in this file.
The project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## 0.1.0 - 2023-12-28

The initial release of `compile-fmt`.
88 changes: 44 additions & 44 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ edition = "2021"
rust-version = "1.65"
authors = ["Alex Ostrovski <ostrovski.alex@gmail.com>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
keywords = ["format", "compile-time", "const"]
categories = ["value-formatting", "development-tools", "no-std"]
description = "Compile-time formatting and derived functionality (e.g., panics / assertions)"
Expand Down

0 comments on commit 4b5a36f

Please sign in to comment.