Skip to content

Commit 4134b57

Browse files
authored
Merge pull request #263 from rstudio/bcwu-refactor-changelog
update changelog
2 parents 72a8f3e + 61464c5 commit 4134b57

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,18 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
8-
7+
## [1.9.0] - 2022-07-06
98
### Added
109

1110
- You can now deploy Quarto documents in addition to Quarto projects. This
1211
requires RStudio Connect release 2021.08.0 or later. Use `rsconnect deploy
1312
quarto` to deploy, or `rsconnect write-manifest quarto` to create a manifest
1413
file.
1514

15+
### Changed
16+
17+
- As a prelude to setting and documenting rsconnect-python APIs, various functions in `actions` have been moved to `bundle`, or replaced with RSConnectExecutor. The moved functions now include a deprecation warning, and will be fully deprecated in a future release.
18+
1619
## [1.8.1] - 2022-05-31
1720

1821
### Changed

0 commit comments

Comments
 (0)