From 69cf8d785093690bc34e14ef1d776e23904a8832 Mon Sep 17 00:00:00 2001 From: "Tristan (HouseCat) Hyams" Date: Wed, 25 Aug 2021 15:57:44 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 359397d..c26abea 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,11 @@ -### Work Recently Finished (v2.1.12) +### Work Recently Finished (v2.1.2 & 2.1.3) * Dependency updates and comment cleanup. * Now on Go 1.16. + * All changes recommended by `golangci-lint` (mostly cosmetic). + * Fixing the func named BuildToplogy -> BuildTopology. ### Notice The v1 API is no longer supported. The tags will be kept to prevent breaking any live applications and the source for archival/forking purposes. No future work will be performed going forward, please migrate to `tcr` packages and `v2+`. Thanks!