Skip to content

Commit 88a416a

Browse files
authored
Merge pull request #617 from Appsilon/post-release-update-1.10.0
chore: Post-release updates.
2 parents 27994d5 + 8087cb2 commit 88a416a

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: rhino
22
Title: A Framework for Enterprise Shiny Applications
3-
Version: 1.10.0
3+
Version: 1.10.0.9000
44
Authors@R:
55
c(
66
person("Kamil", "Żyła", role = c("aut", "cre"), email = "opensource+kamil@appsilon.com"),

NEWS.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
# rhino 1.10.0
1+
# rhino (development version)
22

3-
* Integrated `box.lsp` for auto-complete support for `box` modules in VS Code.
4-
* Integrated `box.linters` styling functions to style `box::use()` calls according to the Rhino style guide.
5-
* Added compatibility check for `treesitter` and `treesitter.r` dependencies
3+
# [rhino 1.10.0](https://github.com/Appsilon/rhino/releases/tag/v1.10.0)
4+
5+
See _[How-to: Rhino 1.10 Migration Guide](https://appsilon.github.io/rhino/articles/how-to/migrate-1-10.html)_
6+
7+
1. Integrated `box.lsp` for auto-complete support for `box` modules in VS Code.
8+
2. Integrated `box.linters` styling functions to style `box::use()` calls according to the Rhino style guide.
9+
3. Added compatibility check for `treesitter` and `treesitter.r` dependencies
610

711
# [rhino 1.9.0](https://github.com/Appsilon/rhino/releases/tag/v1.9.0)
812

pkgdown/versions.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
- git_ref: 'refs/remotes/origin/main'
22
url: /dev
33
label: true
4-
- git_ref: 'refs/tags/v1.9.0'
4+
- git_ref: 'refs/tags/v1.10.0'
55
url: '/'
6+
label: '1.10'
7+
- git_ref: 'refs/tags/v1.9.0'
8+
url: '/v1.9.0'
69
label: '1.9'
710
- git_ref: 'refs/tags/v1.8.0'
811
url: '/v1.8.0'

0 commit comments

Comments
 (0)