From 0f400c14ea690c91a2658f540465e1fc8cd89df6 Mon Sep 17 00:00:00 2001 From: Oscar V Date: Tue, 1 Sep 2026 12:42:51 -0700 Subject: [PATCH] release: 1.4.0 --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eedc4e0..d41db61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.4.0] - 2026-09-01 ### Fixed - Keyword search runs only when `--enable-fuzzy` was passed, and only when diff --git a/pyproject.toml b/pyproject.toml index c4586dd..2b4e43d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "src2purl" -version = "1.3.5" +version = "1.4.0" description = "Source to PURL - Identify package coordinates and PURLs from source code using UPMEX and multiple discovery strategies" readme = "README.md" requires-python = ">=3.9"