Elixir SDK for Pocketenv
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Bump version to 0.1.1 and add HexDocs metadata

+8 -1
+7
CHANGELOG.md
··· 5 5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 6 6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 7 8 + ## [0.1.1] - 2026-04-01 9 + 10 + ### Added 11 + - `source_url` and `homepage_url` in `mix.exs` for HexDocs integration 12 + - `docs` configuration with `README.md` and `CHANGELOG.md` as extras 13 + 8 14 ## [0.1.0] - 2026-04-01 9 15 10 16 ### Added ··· 12 18 - MIT License 13 19 - Package description in `mix.exs` 14 20 21 + [0.1.1]: https://github.com/pocketenv-io/pocketenv-elixir/compare/v0.1.0...v0.1.1 15 22 [0.1.0]: https://github.com/pocketenv-io/pocketenv-elixir/releases/tag/v0.1.0
+1 -1
mix.exs
··· 4 4 def project do 5 5 [ 6 6 app: :pocketenv, 7 - version: "0.1.0", 7 + version: "0.1.1", 8 8 elixir: "~> 1.15", 9 9 start_permanent: Mix.env() == :prod, 10 10 deps: deps(),