Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.1](https://github.com/andreiltd/sofar/compare/sofar-v0.3.0...sofar-v0.3.1) - 2026-05-31

### Fixed

- make dependapbot to use conventional commits

### Other

- *(deps)* bump deps ([#16](https://github.com/andreiltd/sofar/pull/16))
- *(deps)* update miniz_oxide requirement from 0.8.9 to 0.9.1 ([#14](https://github.com/andreiltd/sofar/pull/14))
- *(deps)* update rand requirement from 0.9 to 0.10 ([#10](https://github.com/andreiltd/sofar/pull/10))
- *(deps)* bump mozilla-actions/sccache-action ([#15](https://github.com/andreiltd/sofar/pull/15))
- Update ringbuf requirement from 0.4 to 0.5 ([#9](https://github.com/andreiltd/sofar/pull/9))
- enable sccache
- Update criterion requirement from 0.5 to 0.8 ([#13](https://github.com/andreiltd/sofar/pull/13))
- lint ci actions

## [0.3.0](https://github.com/andreiltd/sofar/compare/sofar-v0.2.1...sofar-v0.3.0) - 2026-03-14

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sofar"
version = "0.3.0"
version = "0.3.1"
edition = "2024"
readme = "README.md"
license = "MIT OR Apache-2.0"
Expand Down
14 changes: 14 additions & 0 deletions libmysofa-sys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# 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.2.2](https://github.com/andreiltd/sofar/compare/libmysofa-sys-v0.2.1...libmysofa-sys-v0.2.2) - 2026-05-31

### Other

- *(deps)* bump deps ([#16](https://github.com/andreiltd/sofar/pull/16))
2 changes: 1 addition & 1 deletion libmysofa-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libmysofa-sys"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
links = "mysofa"
build = "build.rs"
Expand Down