From d6051ed1600939cac6b79e52477aafd921135c2a Mon Sep 17 00:00:00 2001 From: hz Date: Wed, 7 Jun 2023 17:40:34 +0800 Subject: [PATCH] bump to v0.5.1 --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b164355..0560d8b 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ ![Go](https://github.com/hedzr/lb/workflows/Go/badge.svg) [![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/hedzr/lb.svg?label=release)](https://github.com/hedzr/lb/releases) -[![](https://img.shields.io/badge/go-dev-green)](https://pkg.go.dev/github.com/hedzr/lb) +[![Go Dev](https://img.shields.io/badge/go-dev-green)](https://pkg.go.dev/github.com/hedzr/lb) [![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat)](https://godoc.org/github.com/hedzr/lb) [![Go Report Card](https://goreportcard.com/badge/github.com/hedzr/lb)](https://goreportcard.com/report/github.com/hedzr/lb) [![Coverage Status](https://coveralls.io/repos/github/hedzr/lb/badge.svg?branch=master&.9)](https://coveralls.io/github/hedzr/lb?branch=master) -`go-lb` provides a generic load balancers library. +`go-lb` provides a general load balancers library. ## Features @@ -20,10 +20,13 @@ The stocked algorithm are: - weighted random - weighted versioning -Use `Register(...)/Unregister(...)` to add the balancer with your algorithm and use it with our `New(algorithm, opts...)`. +Use `Register(...)`/`Unregister(...)` to add the balancer with your algorithm and use it with our `New(algorithm, opts...)`. ## History +- v0.5.1 + - upgrade deps + - v0.5.0 - a tiny logger interface has been embedded. So - we removed the dep to `hedzr/log` and free you from it