We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 198db98 commit 617d3adCopy full SHA for 617d3ad
CHANGELOG.md
@@ -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,6 +1,6 @@
[package]
name = "salsa"
-version = "0.18.0"
+version = "0.18.1"
authors = ["Salsa developers"]
edition = "2021"
license = "Apache-2.0 OR MIT"
0 commit comments