diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index ddcf579e..3bff08ad 100644 --- a/docs/CHANGELOG.md +++ b/docs/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 +## [1.30.0] - 2026-07-16 - Fixed a bug where `rsconnect deploy notebook --static` failed with `Unable to include the file in the bundle: No such file or directory`. The diff --git a/pyproject.toml b/pyproject.toml index a5cf0233..5b574942 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = [{ name = "Posit, PBC", email = "rsconnect@posit.co" }] license = { file = "LICENSE.md" } readme = { file = "README.md", content-type = "text/markdown" } requires-python = ">=3.8" -version = "1.29.1.dev0" +version = "1.30.0" dependencies = [ "typing-extensions>=4.8.0", diff --git a/uv.lock b/uv.lock index fca5283e..f31a524b 100644 --- a/uv.lock +++ b/uv.lock @@ -4757,7 +4757,7 @@ wheels = [ [[package]] name = "rsconnect-python" -version = "1.29.1.dev0" +version = "1.30.0" source = { editable = "." } dependencies = [ { name = "click" },