From 9c0f77b56cb985af9c16292aed29fce842293b55 Mon Sep 17 00:00:00 2001 From: sungyoon Date: Tue, 12 May 2026 12:09:58 +0000 Subject: [PATCH] release v1.4.1 This releases v1.4.1 of uber-go/config. --- CHANGELOG.md | 5 ++++- version.go | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 012d5ec..0ccf9eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.4.1] - 2026-05-12 +### Fixed +- Fix parsing large environment variables from throwing short destination buffer error. + ### Changed - Drop library dependency on `golang.org/x/lint`. diff --git a/version.go b/version.go index 820e039..9c76933 100644 --- a/version.go +++ b/version.go @@ -21,4 +21,4 @@ package config // import "go.uber.org/config" // Version is the current semantic version. -const Version = "1.5.0" +const Version = "1.5.1"