We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f2f03 commit 802b418Copy full SHA for 802b418
CHANGELOG.md
@@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
5
6
<!-- changelog -->
7
8
+## v0.1.17 (2025-07-17)
9
+
10
11
12
13
+### Improvements:
14
15
+* replace auto-sync with notice (#12) by andyl
16
17
## v0.1.16 (2025-07-10)
18
19
mix.exs
@@ -1,7 +1,7 @@
1
defmodule UsageRules.MixProject do
2
use Mix.Project
3
4
- @version "0.1.16"
+ @version "0.1.17"
@description """
A dev tool for Elixir projects to gather LLM usage rules from dependencies
"""
0 commit comments