Skip to content

Commit

Permalink
release: v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emgrav committed Feb 15, 2024
1 parent 4710465 commit a7df609
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Changelog

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

## [1.6.0] - 2024-02-14

### Bug Fixes

- Update docker pipeline
- Use correct builder image

### Features

- Build release builds with cargo-auditable

### Miscellaneous Tasks

- Fix clippy lints
- Remove vetting remains
- Migrate to github
- Fix permissions for coverage in dependabot PRs
- Add custom prefix to dependabot commits
- Update to new reusable workflow

### Refactor

- Define lifetime of static str

### Bump

- Bump serde_json from 1.0.104 to 1.0.107 (#125)
- Bump reqwest from 0.11.18 to 0.11.22 (#122)
- Bump async-trait from 0.1.72 to 0.1.73 (#124)

## Changelog not kept prior to this version

<!-- 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 = "matrix-hedwig"
version = "1.5.5"
version = "1.6.0"
authors = ["Christian Pauly <[email protected]>", "Kateřina Churanová <[email protected]>", "Emily Dietrich <[email protected]>"]
publish = false
edition = "2021"
Expand Down

0 comments on commit a7df609

Please sign in to comment.