From 3c5b6f0919421fbf1847c4f6277da0455c6fd7a1 Mon Sep 17 00:00:00 2001 From: Lubomir Cvrk Date: Fri, 24 Apr 2026 18:42:12 +0200 Subject: [PATCH] Chore: Bump new version to badges. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6baa70b..0db3bed 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # propro -[![Release](https://img.shields.io/github/v/release/digitalstraw/propro?v=3.0.0)](https://github.com/digitalstraw/propro/releases) +[![Release](https://img.shields.io/github/v/release/digitalstraw/propro?v=3.0.1)](https://github.com/digitalstraw/propro/releases) [![License](https://img.shields.io/github/license/digitalstraw/propro)](/LICENSE) [![CI](https://github.com/digitalstraw/propro/actions/workflows/ci.yaml/badge.svg)](https://github.com/digitalstraw/propro/actions/workflows/ci.yaml) [![Go Report Card](https://goreportcard.com/badge/github.com/digitalstraw/propro)](https://goreportcard.com/report/github.com/digitalstraw/propro) -[![Coverage](https://coveralls.io/repos/github/digitalstraw/propro/badge.svg?branch=main&v=3.0.0)](https://coveralls.io/github/digitalstraw/propro?branch=main&v=3.0.0) +[![Coverage](https://coveralls.io/repos/github/digitalstraw/propro/badge.svg?branch=main&v=3.0.1)](https://coveralls.io/github/digitalstraw/propro?branch=main&v=3.0.1) `propro` stands for **Protected Properties**. It prevents direct writes to public/exported properties of structs that represent entities. It is usable especially in DDD (Domain-Driven Design) contexts where entities in the domain layer should enforce business rules