Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
orph3usLyre committed Apr 3, 2024
1 parent d730bab commit d5f3163
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased]

## 0.2.1
* add `pull_request.yml` to check for added `CHANGELOG.md` entries on pull requests (#8)
* add `rust.yml` to run `cargo fmt`, `clippy`, `rustdoc`, and `test` for pull requests or pushes on `main` (#8)
* fix doc tests in `muddy` & ignore all doc tests in `muddy_macros` (not functional without `muddy`) (#9)
Expand Down
9 changes: 2 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@

[workspace]
resolver = "2"
members = [
"muddy",
"muddy_macros",
]
members = ["muddy", "muddy_macros"]

[workspace.package]
version = "0.2.0"
version = "0.2.1"
authors = ["orph3uslyre"]
description = "A rust static string obfuscation library."
edition = "2021"
Expand All @@ -19,5 +16,3 @@ repository = "https://github.com/orph3usLyre/muddy-waters"

[workspace.dependencies]
once_cell = "1.19"


0 comments on commit d5f3163

Please sign in to comment.