File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ v1.0.2] - 2025-08-06
9+
10+ ### Fixed
11+
12+ - Add missing ` guides/ ` directory to list of published docs in package config
13+
814## [ v1.0.1] - 2025-08-06
915
1016### Added
Original file line number Diff line number Diff line change 11defmodule MsgpackElixir.MixProject do
22 use Mix.Project
33
4- @ version "1.0.1 "
4+ @ version "1.0.2 "
55 @ source_url "https://github.com/nrednav/msgpack_elixir"
66
77 def project do
@@ -57,7 +57,11 @@ defmodule MsgpackElixir.MixProject do
5757 defp docs do
5858 [
5959 main: "Msgpack" ,
60- extras: [ "README.md" , "CHANGELOG.md" ]
60+ extras: [
61+ "README.md" ,
62+ "CHANGELOG.md" ,
63+ "guides/telemetry.md"
64+ ]
6165 ]
6266 end
6367end
You can’t perform that action at this time.
0 commit comments