From 684d5898a3611638450e39ce1bb15e6eadc76da7 Mon Sep 17 00:00:00 2001 From: Vehbi Sinan Tunalioglu Date: Fri, 2 Dec 2022 08:36:01 +0800 Subject: [PATCH] chore(release): 0.0.1 --- DESCRIPTION | 2 +- NEWS.md | 11 ++++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 2b72f01..4fef6e8 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: rocketbase Title: Unofficial PocketBase API Client -Version: 0.0.0.9000 +Version: 0.0.1 Authors@R: person("Vehbi Sinan", "Tunalioglu", , "vst@vsthost.com", role = c("aut", "cre")) Description: This package is an unofficial API client to the opensource headless content management service PocketBase. diff --git a/NEWS.md b/NEWS.md index 295b1a6..dad446d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,9 +2,11 @@ ## [Unreleased] - -## 0.0.0.9000 - 2022-12-02 + +## 0.0.1 - 2022-12-02 ### Chore +- **dev:** add release script +- **dev:** integrate git-chglog - **dev:** add Language Server Protocol implementation for R ### Feat @@ -13,5 +15,8 @@ ### Refactor - **style:** format the code using lsp document format provider +### Pull Requests +- Merge pull request [#1](https://github.com/telostat/rocketbase/issues/1) from telostat/vst/initial-chores -[Unreleased]: https://github.com/telostat/rocketbase/compare/0.0.0.9000...HEAD + +[Unreleased]: https://github.com/telostat/rocketbase/compare/0.0.1...HEAD