Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and jbr committed Jun 18, 2024
1 parent 0f0a06f commit efb1101
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.3.0](https://github.com/jbr/test-harness/compare/v0.2.0...v0.3.0) - 2024-06-18

### Added
- [**breaking**] propagate attributes and visibility

### Other
- *(actions)* enforce conventional commits
- *(deps)* bump actions/configure-pages from 4 to 5
- *(actions)* dependabot uses conventional commits
- Bump Swatinem/rust-cache from 2.7.2 to 2.7.3
- *(actions)* use release-plz
- *(actions)* remove protoc from docs and fix permissions
- Bump Swatinem/rust-cache from 2.7.1 to 2.7.2
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test-harness"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
authors = ["Jacob Rothstein <hi@jbr.me>"]
description = "a little test macro to wrap your tests with an arbitrary setup/teardown function"
Expand Down

0 comments on commit efb1101

Please sign in to comment.