Skip to content

Commit

Permalink
docs: library deprecation notice (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperC286 authored Oct 15, 2024
1 parent a418743 commit df81f63
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion conventional_commits_next_version_lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "conventional_commits_next_version_lib"
version = "0.4.0"
version = "0.4.1"
description = "A tooling and language agnostic library to calculate the next semantic version based on the Conventional Commits since the prior version. Supports monorepos."
authors = ["C <[email protected]>"]
edition = "2021"
Expand Down
4 changes: 4 additions & 0 deletions conventional_commits_next_version_lib/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
> 🚧 Archived 🚧
> Please use the binary version instead, it should contain all functionality you were going to implement with the library.
> * https://github.com/DeveloperC286/conventional_commits_next_version
# Conventional Commits Next Version Library
[![Documentation](https://docs.rs/conventional_commits_next_version_lib/badge.svg)](https://docs.rs/conventional_commits_next_version_lib)
[![crates.io](https://img.shields.io/crates/v/conventional_commits_next_version_lib)](https://crates.io/crates/conventional_commits_next_version_lib)
Expand Down

0 comments on commit df81f63

Please sign in to comment.