Skip to content

Commit 12d18a1

Browse files
chore: release v0.0.2
1 parent bf1a36c commit 12d18a1

File tree

3 files changed

+52
-2
lines changed

3 files changed

+52
-2
lines changed

CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.0.2](https://github.com/spiraldb/alp/compare/v0.0.1...v0.0.2) - 2025-08-18
11+
12+
### Added
13+
14+
- entrypoint functions for main the ALP components ([#14](https://github.com/spiraldb/alp/pull/14))
15+
16+
### Fixed
17+
18+
- *(deps)* update rust crate fastlanes to 0.2 ([#36](https://github.com/spiraldb/alp/pull/36))
19+
- *(deps)* update rust crate serde to v1.0.218 ([#23](https://github.com/spiraldb/alp/pull/23))
20+
- *(deps)* update rust crate serde to v1.0.217 ([#17](https://github.com/spiraldb/alp/pull/17))
21+
- *(deps)* update rust crate serde to v1.0.216 ([#15](https://github.com/spiraldb/alp/pull/15))
22+
23+
### Other
24+
25+
- *(deps)* lock file maintenance ([#40](https://github.com/spiraldb/alp/pull/40))
26+
- *(deps)* update actions/checkout action to v5 ([#39](https://github.com/spiraldb/alp/pull/39))
27+
- *(deps)* lock file maintenance ([#38](https://github.com/spiraldb/alp/pull/38))
28+
- *(deps)* lock file maintenance ([#34](https://github.com/spiraldb/alp/pull/34))
29+
- *(deps)* lock file maintenance ([#33](https://github.com/spiraldb/alp/pull/33))
30+
- *(deps)* lock file maintenance ([#32](https://github.com/spiraldb/alp/pull/32))
31+
- *(deps)* lock file maintenance ([#31](https://github.com/spiraldb/alp/pull/31))
32+
- *(deps)* update mozilla-actions/sccache-action action to v0.0.9 ([#30](https://github.com/spiraldb/alp/pull/30))
33+
- Port over fixes from vortex repo ([#28](https://github.com/spiraldb/alp/pull/28))
34+
- Add ci ([#25](https://github.com/spiraldb/alp/pull/25))
35+
- *(deps)* lock file maintenance ([#24](https://github.com/spiraldb/alp/pull/24))
36+
- *(deps)* lock file maintenance ([#22](https://github.com/spiraldb/alp/pull/22))
37+
- *(deps)* lock file maintenance ([#21](https://github.com/spiraldb/alp/pull/21))
38+
- *(deps)* lock file maintenance ([#20](https://github.com/spiraldb/alp/pull/20))
39+
- *(deps)* lock file maintenance ([#19](https://github.com/spiraldb/alp/pull/19))
40+
- *(deps)* lock file maintenance ([#18](https://github.com/spiraldb/alp/pull/18))
41+
- *(deps)* lock file maintenance ([#16](https://github.com/spiraldb/alp/pull/16))
42+
- Lock file maintenance ([#13](https://github.com/spiraldb/alp/pull/13))
43+
- Lock file maintenance ([#12](https://github.com/spiraldb/alp/pull/12))
44+
- Update Rust crate serde to v1.0.215 ([#11](https://github.com/spiraldb/alp/pull/11))
45+
- Lock file maintenance ([#10](https://github.com/spiraldb/alp/pull/10))
46+
- Update Rust crate serde to v1.0.214 ([#9](https://github.com/spiraldb/alp/pull/9))
47+
- Lock file maintenance ([#8](https://github.com/spiraldb/alp/pull/8))
48+
- Update Rust crate serde to v1.0.213 ([#7](https://github.com/spiraldb/alp/pull/7))
49+
- Update Rust crate serde to v1.0.211 ([#6](https://github.com/spiraldb/alp/pull/6))
50+
- Lock file maintenance ([#5](https://github.com/spiraldb/alp/pull/5))

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "alp"
33
description = "A pure Rust implementation of Adaptive Lossless floating-Point Compression by Afroozeh et al."
4-
version = "0.0.1"
4+
version = "0.0.2"
55
license = "Apache-2.0"
66
repository = "https://github.com/spiraldb/alp"
77
edition = "2021"

0 commit comments

Comments
 (0)