Skip to content

Commit 93b8006

Browse files
committed
Release v0.1.1: Fix installation URLs
- Update version from 0.1.0 to 0.1.1 in CLAUDE.md - Add v0.1.1 changelog entry documenting URL fixes - Critical patch for broken installation commands in v0.1.0
1 parent daa0fe8 commit 93b8006

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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+
## [0.1.1] - 2025-01-07
9+
10+
### Fixed
11+
- 🔗 **Installation URLs** - Fixed repository URLs in documentation that were causing 404 errors
12+
- Updated `CLAUDE.md` curl command to use correct GitHub repository path
13+
- Updated `README.md` curl and git clone commands to use correct repository path
14+
- Changed `USERNAME/claude-discord-integration``jubalm/claude-code-discord`
15+
816
## [0.1.0] - 2025-01-07
917

1018
### Added

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
44

55
## Project Overview
66

7-
This is **Claude Code Discord Notification** (version 0.1.0) - a system that provides project-scoped Discord notifications for Claude Code sessions. Stay informed about your Claude Code sessions with real-time Discord notifications - know what Claude is working on even when you're away from your computer.
7+
This is **Claude Code Discord Notification** (version 0.1.1) - a system that provides project-scoped Discord notifications for Claude Code sessions. Stay informed about your Claude Code sessions with real-time Discord notifications - know what Claude is working on even when you're away from your computer.
88

99
The system uses Python scripts, shell hooks, and custom slash commands to send real-time notifications when Claude completes tasks, needs input, or makes progress on projects.
1010

0 commit comments

Comments
 (0)