Skip to content

Commit 93c2708

Browse files
committed
chore(release): v3.0.2 🔖
1 parent c2c4421 commit 93c2708

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [v3.0.2](https://github.com/elixir-nebulex/nebulex/tree/v3.0.2) (2026-03-07)
8+
> [Full Changelog](https://github.com/elixir-nebulex/nebulex/compare/v3.0.1...v3.0.2)
9+
10+
### Enhancements
11+
12+
- Added `usage-rules/` folder to the Hex package for agent-assisted
13+
development workflows.
14+
- Fixed CI workflow: split Hex/Rebar install from dependency fetching,
15+
improved PLT cache key to include Elixir/OTP versions and `mix.lock`
16+
hash, fixed dialyzer step to run regardless of PLT cache status,
17+
and bumped GitHub Actions to v4.
18+
719
## [v3.0.1](https://github.com/elixir-nebulex/nebulex/tree/v3.0.1) (2026-03-01)
820
> [Full Changelog](https://github.com/elixir-nebulex/nebulex/compare/v3.0.0...v3.0.1)
921

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Nebulex.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/elixir-nebulex/nebulex"
5-
@version "3.0.1"
5+
@version "3.0.2"
66

77
def project do
88
[

0 commit comments

Comments
 (0)