From d7fc77c01c5668c6e721bd3648968415f3a62940 Mon Sep 17 00:00:00 2001 From: Lubomir Cvrk Date: Fri, 24 Apr 2026 18:04:40 +0200 Subject: [PATCH] Chore: Bump badges version. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9035a78..c34f07e 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # propro -[![Release](https://img.shields.io/github/v/release/digitalstraw/propro)](https://github.com/digitalstraw/propro/releases) +[![Release](https://img.shields.io/github/v/release/digitalstraw/propro?v=3.0.0)](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=2.0.1)](https://coveralls.io/github/digitalstraw/propro?branch=main&v=2.0.1) +[![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) `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