Skip to content

Commit

Permalink
Bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-s committed Nov 3, 2020
1 parent 29d21c3 commit 3e95dfc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: circle
Title: R Client Package for Circle CI
Version: 0.5.0.9002
Version: 0.6.0
Authors@R:
person(given = "Patrick",
family = "Schratz",
Expand Down
19 changes: 15 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
# circle 0.6.0

- Copy over GitHub auth and SSH helpers from {travis}
- Print informative message when creating a user key errors with status code 500
- `*_env_var()`: Use owner info instead of user info to query repo
- Use {vcr} for http testing
- Add pkgdown reference structure
- Added pre-commit hooks
- Added codemeta
- Use roxygen markdown
- Added parameter types to help pages

# circle 0.5.0.9002

- Copy over GitHub auth and SSH helpers from {travis}
- print informative message when creating a user key errors with status code 500


# circle 0.5.0.9001

* `*_env_var()`: Use owner info instead of user info to query repo
- `*_env_var()`: Use owner info instead of user info to query repo

# circle 0.5.0

Expand All @@ -23,7 +34,7 @@

## Bugfixes

- Pipelines without a workflow ID caused `get_builds()` to error. Now pipelines without a workflow ID are removed internally before continuing.
- Pipelines without a workflow ID caused `get_builds()` to error. Now pipelines without a workflow ID are removed internally before continuing.
- setting env vars now works
- make `create_checkout_key()` work with API v2

Expand All @@ -48,4 +59,4 @@

# circleci 0.1.0

* First working version
- First working version

0 comments on commit 3e95dfc

Please sign in to comment.