Skip to content

Commit

Permalink
release: v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsen1 committed Jan 30, 2025
1 parent 8982e82 commit d667445
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 2 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,41 @@ 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).

## [0.16.0] - 2025-01-30
[0.16.0]: https://github.com/bodo-run/yek/compare/v0.15.0...v0.16.0
### Bug Fixes

- Add explicit target installation to build action

### Documentation

- Fix arguments help in README
- Update README.md

### Features

- Print version with --version

### Miscellaneous Tasks

- Ci

### Ci

- Also skip strss in main
- Refactor build action to use explicit inputs
- Remove unused upload_artifacts from build action
- Simplify build action inputs
- Optimize build pipeline
- Consolidate workflows into ci.yml
- Add concurrency control to perf jobs
- Add source-based caching for builds
- Rewrite most of the CI automation
- Use QEMU for ARM binary stress tests
- Do not wait for test to finish in build
- Remove musl arm
- Fix logic on which job to run baased on changes

## [0.15.0] - 2025-01-29
[0.15.0]: https://github.com/bodo-run/yek/compare/v0.14.0...v0.15.0
### Bug Fixes
Expand Down Expand Up @@ -42,6 +77,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Organize ci better to not DRY too much
- Organize build into its own action

### Release

- V0.15.0

## [0.14.0] - 2025-01-29
[0.14.0]: https://github.com/bodo-run/yek/compare/v0.13.8...v0.14.0
### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yek"
version = "0.15.0"
version = "0.16.0"
edition = "2021"
description = "A tool to serialize a repository into chunks of text files"
license = "MIT"
Expand Down

0 comments on commit d667445

Please sign in to comment.