Skip to content

Commit 10928ec

Browse files
committed
add guides to list of published docs
1 parent 32b6a5f commit 10928ec

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and 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

mix.exs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule 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
6367
end

0 commit comments

Comments
 (0)