Skip to content

Commit fe953b8

Browse files
sjsyrekclaude
andcommitted
chore(release): bump version to 1.0.0
Align README badges with DeepL SDK house style (CI + license only). npm badges will be added after publish (tracked in deepl-cli-ebri). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 26a123e commit fe953b8

8 files changed

Lines changed: 14 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [1.0.0] - YYYY-MM-DD
10+
## [1.0.0] - 2026-02-17
1111

1212
### Added
1313
- Text translation via DeepL's next-generation LLM (`deepl translate`)

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ DeepL CLI is a command-line interface for the DeepL API that integrates translat
66

77
### Current Status
88

9-
- **Version**: 0.11.0
9+
- **Version**: 1.0.0
1010
- **Tests**: 2757 tests passing (100% pass rate), ~91% coverage
1111
- **Test mix**: ~70-75% unit, ~25-30% integration/e2e
1212
- **Next Milestone**: 1.0.0 (stable public API)

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@
22

33
> A next-generation command-line interface for DeepL translation and writing enhancement
44
5-
[![npm version](https://img.shields.io/npm/v/deepl-cli)](https://www.npmjs.com/package/deepl-cli)
6-
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7-
[![TypeScript](https://img.shields.io/badge/TypeScript-5.0-blue)](https://www.typescriptlang.org/)
8-
[![Node Version](https://img.shields.io/badge/node-%3E%3D20.0.0-brightgreen)](https://nodejs.org/)
9-
[![Stability: Beta](https://img.shields.io/badge/stability-beta-orange.svg)](https://github.com/DeepLcom/deepl-cli)
5+
[![CI](https://github.com/DeepLcom/deepl-cli/actions/workflows/ci.yml/badge.svg)](https://github.com/DeepLcom/deepl-cli/actions/workflows/ci.yml)
6+
[![License: MIT](https://img.shields.io/badge/license-MIT-blueviolet.svg)](https://opensource.org/licenses/MIT)
107

118
**DeepL CLI** is a comprehensive, developer-friendly command-line tool that integrates DeepL's powerful translation API and cutting-edge Write API for grammar and style enhancement. Built with TypeScript and designed for modern development workflows.
129

@@ -72,7 +69,7 @@ npm link
7269

7370
# Verify installation
7471
deepl --version
75-
# Output: 0.11.0
72+
# Output: 1.0.0
7673
```
7774

7875
> **Note:** This project uses [`better-sqlite3`](https://github.com/WiseLibs/better-sqlite3) for local caching, which requires native compilation. If `npm install` fails with build errors, ensure you have:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.11.0
1+
1.0.0

docs/API.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# DeepL CLI - API Reference
22

3-
**Version**: 0.11.0
4-
**Last Updated**: February 15, 2026
3+
**Version**: 1.0.0
4+
**Last Updated**: February 17, 2026
55

66
Complete reference for all DeepL CLI commands, options, and configuration.
77

@@ -2426,5 +2426,5 @@ export TERM=dumb
24262426

24272427
---
24282428

2429-
**Last Updated**: February 15, 2026
2430-
**DeepL CLI Version**: 0.11.0
2429+
**Last Updated**: February 17, 2026
2430+
**DeepL CLI Version**: 1.0.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deepl-cli",
3-
"version": "0.11.0",
3+
"version": "1.0.0",
44
"description": "Next-generation CLI for DeepL translation and writing enhancement",
55
"type": "module",
66
"main": "dist/index.js",

tests/__mocks__/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '0.11.0';
1+
export const VERSION = '1.0.0';

0 commit comments

Comments
 (0)