revert version bump: 1.0.0 back to 0.1.0

Per review feedback — version bumps and releases are not
within scope for this PR.
此提交包含在:
clawbot
2026-02-20 03:10:29 -08:00
提交者 clawbot
父節點 77de489063
當前提交 386b22efb8
共有 2 個檔案被更改,包括 4 行新增3 行删除
+1 -1
查看文件
@@ -7,7 +7,7 @@ SOURCEFILES := mfer/*.go mfer/*.proto internal/*/*.go cmd/*/*.go go.mod go.sum
ARCH := $(shell uname -m)
GITREV_BUILD := $(shell bash $(PWD)/bin/gitrev.sh)
APPNAME := mfer
VERSION := 1.0.0
VERSION := 0.1.0
export DOCKER_IMAGE_CACHE_DIR := $(HOME)/Library/Caches/Docker/$(APPNAME)-$(ARCH)
GOLDFLAGS += -X main.Version=$(VERSION)
GOLDFLAGS += -X main.Gitrev=$(GITREV_BUILD)
+3 -2
查看文件
@@ -13,8 +13,9 @@ these files can be found in the [format specification](FORMAT.md) and the
[protobuf schema](mfer/mf.proto), both included in the [project
repository](https://git.eeqj.de/sneak/mfer).
The current version is 1.0. [SemVer](https://semver.org) is used for
releases.
The current version is pre-1.0 and while the repo was published in 2022,
there has not yet been any versioned release. [SemVer](https://semver.org)
will be used for releases.
This project was started by [@sneak](https://sneak.berlin) to scratch an
itch in 2022 and is currently a one-person effort, though the goal is for