From 6078bfbdce48d4f0eab9ec8b094ae5d7e1259b97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Cabrera?= Date: Wed, 15 May 2024 10:19:20 -0400 Subject: [PATCH] Prepare release 3.0.0 of crates/apis (#647) This is the version that marks the crate as deprecated. --- Cargo.lock | 2 +- crates/apis/CHANGELOG.md | 2 +- crates/apis/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a5310d9f..300cb4db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1498,7 +1498,7 @@ dependencies = [ [[package]] name = "javy-apis" -version = "3.0.0-alpha.1" +version = "3.0.0" [[package]] name = "javy-cli" diff --git a/crates/apis/CHANGELOG.md b/crates/apis/CHANGELOG.md index 1b5a3012..011aee79 100644 --- a/crates/apis/CHANGELOG.md +++ b/crates/apis/CHANGELOG.md @@ -5,7 +5,7 @@ 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). -## [Unreleased] +## [3.0.0] - 2024-05-14 ### Changed diff --git a/crates/apis/Cargo.toml b/crates/apis/Cargo.toml index 354f50dc..14f660df 100644 --- a/crates/apis/Cargo.toml +++ b/crates/apis/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "javy-apis" -version = "3.0.0-alpha.1" +version = "3.0.0" authors.workspace = true edition.workspace = true license.workspace = true