Skip to content

Commit 1083e02

Browse files
committed
Bump version to 0.12.0
1 parent a478bd8 commit 1083e02

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: tic
33
Title: Tasks Integrating Continuously: CI-Agnostic Workflow Definitions
4-
Version: 0.11.4.9000
4+
Version: 0.12.0
55
Authors@R:
66
c(person(given = "Kirill",
77
family = "Müller",

NEWS.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
<!-- NEWS.md is maintained by https://cynkra.github.io/fledge, do not edit -->
22

3+
# tic 0.12.0 (2022-03-01)
4+
5+
- Update Circle CI templates to 2022-03-01
6+
- Remove `ccache` parts
7+
- Run nightly builds also on `main` branch
8+
- Update GHA and Circle CI templates to 2022-03-01
9+
- Update to `setup-tinytex@v2`
10+
- Update to `setup-r@v2`
11+
- Update to `setup-pandoc@v2`
12+
- Update to `checkout@v3`
13+
- Only run one set of runners in pull requests. Previously, runners were triggered both by commits to a branch and the respective pull request
14+
- Fixed a bug in `update_yml()` which updated the wrong CI config file in certain situations
15+
16+
317
# tic 0.11.4.9000 (2022-01-28)
418

519
- Same as previous version.

0 commit comments

Comments
 (0)