Skip to content

Commit

Permalink
Merge pull request #617 from Appsilon/post-release-update-1.10.0
Browse files Browse the repository at this point in the history
chore: Post-release updates.
  • Loading branch information
jakubnowicki authored Sep 11, 2024
2 parents 27994d5 + 8087cb2 commit 88a416a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: rhino
Title: A Framework for Enterprise Shiny Applications
Version: 1.10.0
Version: 1.10.0.9000
Authors@R:
c(
person("Kamil", "Żyła", role = c("aut", "cre"), email = "[email protected]"),
Expand Down
12 changes: 8 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# rhino 1.10.0
# rhino (development version)

* Integrated `box.lsp` for auto-complete support for `box` modules in VS Code.
* Integrated `box.linters` styling functions to style `box::use()` calls according to the Rhino style guide.
* Added compatibility check for `treesitter` and `treesitter.r` dependencies
# [rhino 1.10.0](https://github.com/Appsilon/rhino/releases/tag/v1.10.0)

See _[How-to: Rhino 1.10 Migration Guide](https://appsilon.github.io/rhino/articles/how-to/migrate-1-10.html)_

1. Integrated `box.lsp` for auto-complete support for `box` modules in VS Code.
2. Integrated `box.linters` styling functions to style `box::use()` calls according to the Rhino style guide.
3. Added compatibility check for `treesitter` and `treesitter.r` dependencies

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

Expand Down
5 changes: 4 additions & 1 deletion pkgdown/versions.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
- git_ref: 'refs/remotes/origin/main'
url: /dev
label: true
- git_ref: 'refs/tags/v1.9.0'
- git_ref: 'refs/tags/v1.10.0'
url: '/'
label: '1.10'
- git_ref: 'refs/tags/v1.9.0'
url: '/v1.9.0'
label: '1.9'
- git_ref: 'refs/tags/v1.8.0'
url: '/v1.8.0'
Expand Down

0 comments on commit 88a416a

Please sign in to comment.