github.com/etecs-ru/gnomock@v0.13.2/CHANGELOG.md (about)

     1  # Changelog
     2  
     3  The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
     4  and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
     5  
     6  ## [v0.2.1-etecsru.1] - 2021-04-04
     7  
     8  The fork made from the [github.com/orlangure/gnomock](https://github.com/orlangure/gnomock)
     9  
    10  ### Added
    11  
    12  ### Changed
    13  
    14  - Bump docker/docker version to v20.10.5;
    15  - Update dependencies to the latest versions;
    16  - Updated tools versions for CircleCI jobs;
    17  - Bump `golangci-lint` to v1.39.0 in CircleCI jobs;
    18  - Remove deprecated `interfacer` linter;
    19  - Replace `scopelint` with `exportloopref` linter;
    20  - Add `noctx` linted, code issues fixed;
    21  - Bump Ubuntu from 14.04 to 20.04 in CI tests;
    22  - Use `gcr.io/distroless` as `gnomockd` base image;
    23  
    24  ### Fixed
    25  
    26  - Allow passing tests on Windows 20H2 (some networking issues);