Skip to content

Commit

Permalink
bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
upa committed Apr 14, 2024
1 parent 7b5e38e commit b1dbf62
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.5
0.2.0
17 changes: 16 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
mscp (0.1.5) UNRELEASED; urgency=medium
mscp (0.2.0) UNRELEASED; urgency=medium

* add -J DESTINATION option for ProxyJump (#15)
* add -o SSH_OPTION option
* add -L LIMIT_BITRATE option (#14)
* add keyboard interactive authentication support. Also, we have manually
tested that mscp works with cisco DUO MFA (#2)
* remove -H disable host key check option (ssh_config or -o option can do
this instead)
* fix copying files of permission r--r--r--
* update github actions: checkout v3 to v4, and codeql from v2 to v3
* add ubuntu 24.04 test

-- Ryo Nakamura <upa@haeena.net> Mon, 15 Apr 2024 00:05:20 +0900

mscp (0.1.5) unstable; urgency=medium

* add support for resuming failed transfer (#5 and #10)
* remove the list structure derived from the linux kernel and refactoring
Expand Down
3 changes: 3 additions & 0 deletions rpm/mscp.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ make -C build install DESTDIR=%{buildroot}


%changelog
* Mon Apr 15 2024 Ryo Nakamura <upa@haeena.net> - 0.2.0-1
- RPM release for v0.2.0

* Thu Mar 14 2024 Ryo Nakamura <upa@haeena.net> - 0.1.5-0
- RPM release for v0.1.5

Expand Down

0 comments on commit b1dbf62

Please sign in to comment.