Skip to content

Commit

Permalink
chore: release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 19, 2024
1 parent 21b83d5 commit 6f2f73c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ Modelfile is a perfect and immutable format, but this parser is sadly not

## [unreleased]

## [0.1.1](https://github.com/covercash2/modelfile/compare/v0.1.0...v0.1.1) - 2024-11-19

### Fixed

- fix typos with typos
- add changelog

### Other

- Revert "chore: release v0.1.1"
- release v0.1.1
- update changelog
- update README
- add build badge to README
- add release-plz workflow

### 🚀 Features

- Initial commit
Expand Down
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "modelfile"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license-file = "LICENSE"
description = "A parser for Ollama Modelfiles"
Expand Down

0 comments on commit 6f2f73c

Please sign in to comment.