Skip to content

Commit 617d3ad

Browse files
chore(salsa-macro-rules): release v0.1.0
1 parent 198db98 commit 617d3ad

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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.18.1](https://github.com/salsa-rs/salsa/compare/salsa-v0.18.0...salsa-v0.18.1) - 2025-02-20
11+
12+
### Other
13+
14+
- Update `hashbrown` (0.15) and `hashlink` (0.10)

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "salsa"
3-
version = "0.18.0"
3+
version = "0.18.1"
44
authors = ["Salsa developers"]
55
edition = "2021"
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)