From 332d309e74147ee87bcc3a7162a7a2c6d45813f7 Mon Sep 17 00:00:00 2001 From: nima Date: Fri, 3 Jul 2026 23:55:37 +0200 Subject: [PATCH] chore(release): bump version to 0.11.0 Adds the bunx/npx fallback for running wrangler when it is not on PATH (#5) since v0.10.0. Bump the version string, Makefile default, and README badge accordingly. Co-Authored-By: Claude Opus 4.8 (1M context) --- Makefile | 2 +- README.md | 2 +- cmd/ee/main.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index c7a7877..977d951 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ BINARY_NAME=ee BUILD_DIR=build COVERAGE_DIR=coverage -VERSION?=0.10.0 +VERSION?=0.11.0 GIT_COMMIT=$(shell git rev-parse --short HEAD) BUILD_TIME=$(shell date -u '+%Y-%m-%d_%H:%M:%S') LDFLAGS=-ldflags "-X main.Version=${VERSION} -X main.GitCommit=${GIT_COMMIT} -X main.BuildTime=${BUILD_TIME}" diff --git a/README.md b/README.md index 59f0db2..3bb2622 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ee - Environment Variable Manager with Schema Support [![Go](https://1tt.dev/badge/Go-1.23+-00ADD8.svg?logo=go&logoColor=white)](https://go.dev/) -[![Version](https://1tt.dev/badge/version-0.10.0-blue.svg)](https://github.com/n1rna/ee-cli/releases) +[![Version](https://1tt.dev/badge/version-0.11.0-blue.svg)](https://github.com/n1rna/ee-cli/releases) [![License](https://1tt.dev/badge/license-MIT-green.svg)](https://github.com/n1rna/ee-cli/blob/main/LICENSE) [![AI Skill](https://1tt.dev/badge/AI%20skill-ee%20skill-brightgreen.svg)](#ai-coding-agent-integration) [![Platform](https://1tt.dev/badge/platform-linux%20%7C%20macOS%20%7C%20windows-lightgrey.svg)](https://github.com/n1rna/ee-cli/releases) diff --git a/cmd/ee/main.go b/cmd/ee/main.go index 6c31bdb..e9da876 100644 --- a/cmd/ee/main.go +++ b/cmd/ee/main.go @@ -13,7 +13,7 @@ import ( ) var ( - version = "0.10.0" + version = "0.11.0" cfgFile string globalFlags = struct { debug bool