Skip to content

Commit 129a413

Browse files
committed
πŸ”– Bump version to 0.36.2
1 parent 05d3005 commit 129a413

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.36.2] - 2026-03-30 | CC 2.1.76
99

1010
### Fixed
1111

β€Žlib/claude_code.exβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ defmodule ClaudeCode do
7171
## Examples
7272
7373
iex> ClaudeCode.version()
74-
"0.36.1"
74+
"0.36.2"
7575
"""
7676
@spec version() :: String.t()
7777
def version do

β€Žmix.exsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule ClaudeCode.MixProject do
33

44
alias ClaudeCode.Hook.Output
55

6-
@version "0.36.1"
6+
@version "0.36.2"
77
@source_url "https://github.com/guess/claude_code"
88

99
def project do

0 commit comments

Comments
Β (0)