1
0
Fork 0
mirror of https://github.com/shimataro/ssh-key-action.git synced 2025-06-19 22:52:10 +10:00
ssh-key-action/CHANGELOG.md
shimataro f20ae0c76d
Feature/public key (#58)
* * make public key omittable

* * test

* * commit built files

* * update README

* * update CHANGELOG

* Revert "* test"

This reverts commit d344e3125e.
2020-01-18 08:31:30 +09:00

1.3 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Unreleased

Changed

  • public-key is no longer necessarily

1.5.0

Changed

  • Append contents of config and known_hosts when called multiple times.

1.4.0

Added

  • config option

1.3.0

Added

  • known-hosts option

1.2.0

Fixed

  • CI trigger
  • example code in README

Others

  • Install only dependencies packages.

1.1.0

Others

  • Support Visual Studio Code officially.
  • Use GitHub Actions for build test.

1.0.0

  • First release.