Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
chore(release): prepare for 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Ollivier committed Dec 20, 2021
1 parent a86523a commit 387dc1b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 23 deletions.
2 changes: 2 additions & 0 deletions .restyled.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
exclude:
- CHANGELOG.md
44 changes: 22 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
# Changelog

All notable changes to this project will be documented in this file.

## [unreleased]
## [0.2.0] - 2021-12-20

### Bug Fixes

- Invalid matching of branches names w/ numbers
- Missing `exec` in step config
- Add host docker socket as volume
- Use correct docker arg for unnamed volumes
- An invalid .fakeci.yml crashes the watcher
- Invalid matching of branches names w/ numbers
- Missing `exec` in step config
- Add host docker socket as volume
- Use correct docker arg for unnamed volumes
- An invalid .fakeci.yml crashes the watcher

### Documentation

- Add first draft of runner admin guide
- Document all public items
- Reflect secrets in README
- Add first draft of runner admin guide
- Document all public items
- Reflect secrets in README
- Add a CHANGELOG, managed by [git-cliff]

### Features

- Add repo name & uri to ExecutionResult.ExecutionContext
- Implement secrets
- A job must request specific secrets
- Add repo name & uri to ExecutionResult.ExecutionContext
- Implement secrets
- A job must request specific secrets

### Refactor

- Extract Watcher config to main.rs
- Rename docs to book
- Extract Watcher config to main.rs
- Rename docs to book

### Build

- Add dockerfile that can be used to run the watcher
- Added enforcing of conventional commit spec
- Enforce conventional commits via git-hooks
- Added enforcing of conventional commit spec
- Add docker build to .fake-ci.yml
- Added docker-compose draft
- Add cliff.toml for changelog generation
- Add dockerfile that can be used to run the watcher
- Added enforcing of conventional commit spec
- Enforce conventional commits via git-hooks
- Added enforcing of conventional commit spec
- Add docker build to .fake-ci.yml
- Added docker-compose draft
- Add cliff.toml for changelog generation

<!-- generated by git-cliff -->
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fake-ci"
version = "0.1.0"
version = "0.2.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 387dc1b

Please sign in to comment.