Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
release: 0.3.0 (#18)
Browse files Browse the repository at this point in the history
* chore: prep 0.3.0 release

* chore: Release axoproject version 0.3.0
  • Loading branch information
liv authored Apr 24, 2023
1 parent 868e333 commit 66375e8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Version 0.3.0 (2023-04-24)

* Added support for Cargo and NPM manifest keywords. For Cargo projects specifically, these will be squashed together
with the categories field for now, since the dual design is very unique to crates.io specifically.

# Version 0.2.0 (2023-04-10)

This version reworks the design of the primary interface:
Expand All @@ -21,4 +26,4 @@ In addition the internals have been significantly reworked into separate librari

# Version 0.1.0 (2023-03-27)

Initial release!
Initial release!
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
Expand Up @@ -4,7 +4,7 @@ exclude = ["tests/projects/"]
[package]
name = "axoproject"
description = "project detection logic for various axo.dev applications"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/axodotdev/axoproject"
Expand Down

0 comments on commit 66375e8

Please sign in to comment.