Skip to content

Commit

Permalink
Merge pull request #16 from mlibrary/release-please--branches--main--…
Browse files Browse the repository at this point in the history
…components--sftp

chore(main): release sftp 0.4.0
  • Loading branch information
niquerio authored Mar 27, 2024
2 parents ce1d903 + 830dd0f commit 5341364
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.3.0"}
{".":"0.4.0"}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.4.0](https://github.com/mlibrary/sftp/compare/sftp-v0.3.0...sftp/v0.4.0) (2024-03-27)


### Features

* add get_r and put methods ([3e88d99](https://github.com/mlibrary/sftp/commit/3e88d9929c426aa6fc22923e98d2006af5686e59))
* working tested gem ([eabf07f](https://github.com/mlibrary/sftp/commit/eabf07f86b46ee3a5d42214fa0665c97ed16b77e))


### Bug Fixes

* fixes problem with ls ([#11](https://github.com/mlibrary/sftp/issues/11)) ([2ac9da2](https://github.com/mlibrary/sftp/commit/2ac9da25a3502def89e504af4b8bdecc97266700))
* Throw SFTP::Error when Bash process started by Shell fails ([160ab73](https://github.com/mlibrary/sftp/commit/160ab737d40092382cfc5b068397642e64008332))
* updates Dockerfile, creates init.sh, updates github actions workflows ([0bc446f](https://github.com/mlibrary/sftp/commit/0bc446f56cb80f159b0d8d4272c42fbda9ef49fa))
* updating what goes in the gem ([9958364](https://github.com/mlibrary/sftp/commit/99583642f5e64de0a22eb6c9c1c4232e60d682eb))

## [0.3.0](https://www.github.com/mlibrary/sftp/compare/v0.2.1...v0.3.0) (2024-02-07)


Expand Down
2 changes: 1 addition & 1 deletion lib/sftp/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module SFTP
VERSION = "0.3.0"
VERSION = "0.4.0"
end

0 comments on commit 5341364

Please sign in to comment.