File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44
55This 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
Original file line number Diff line number Diff 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 [
You can’t perform that action at this time.
0 commit comments