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,7 +5,7 @@ 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.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased ]
8+ ## [ 0.36.3 ] - 2026-03-30 | CC 2.1.76
99
1010### Fixed
1111
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ defmodule ClaudeCode do
7171 ## Examples
7272
7373 iex> ClaudeCode.version()
74- "0.36.2 "
74+ "0.36.3 "
7575 """
7676 @ spec version ( ) :: String . t ( )
7777 def version do
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ defmodule ClaudeCode.MixProject do
33
44 alias ClaudeCode.Hook.Output
55
6- @ version "0.36.2 "
6+ @ version "0.36.3 "
77 @ source_url "https://github.com/guess/claude_code"
88
99 def project do
You canβt perform that action at this time.
0 commit comments