Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.lock

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

10 changes: 10 additions & 0 deletions crates/ferrosaur/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and
this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.1](https://github.com/tonywu6/ferrosaur/compare/ferrosaur-v0.1.0...ferrosaur-v0.1.1)

### Other changes

#### <!-- 3 --> Documentation

- avoid layout shift due to badges [`b64b5b3`](https://github.com/tonywu6/ferrosaur/commit/b64b5b3faa1f9ee61cba4ad149dd589356681fb9)
- reword README [`1134a63`](https://github.com/tonywu6/ferrosaur/commit/1134a63cf92e52d7c62607818505e1a24a0a9cc2)
- adjust examples [`9eb54f5`](https://github.com/tonywu6/ferrosaur/commit/9eb54f5b91df013cb1e8c1c75bbde6fdbeb691ba)

## [0.1.0](https://github.com/tonywu6/ferrosaur/releases/tag/ferrosaur-v0.1.0) - 2025-05-07

Initial release!
2 changes: 1 addition & 1 deletion crates/ferrosaur/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ferrosaur"
publish = true
version = "0.1.0"
version = "0.1.1"

edition.workspace = true

Expand Down