Skip to content

Commit

Permalink
chore(main): release 0.4.0 (#24)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.4.0](v0.3.4...v0.4.0)
(2024-01-21)


### ⚠ BREAKING CHANGES

* **filesystem:** Fuse callbacks :init and :destroy are no longer passed
on to sub-filesystems.
* **adapters:** Adapter::Debug now includes Adapter::Safe.
* Option parsing errors via raise exception rather than return false/nil

### Features

* **adapters:** Adapter::Debug now includes Adapter::Safe.
([a595304](a595304))
* **filesystem:** Support :rename operation in virtual filesystems
([a595304](a595304))
* **filesystem:** Support symlinks and hardlinks in virtual filesystems
(VirtualDir/MemoryFS)
([a595304](a595304))
* Option parsing errors via raise exception rather than return false/nil
([a595304](a595304))


### Bug Fixes

* **fuse2compat:** Enhanced Fuse2 compatibility in Fuse2Compat module
([a595304](a595304))
* symlinks and hard links
([a595304](a595304))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 21, 2024
1 parent a595304 commit 8ba8f07
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [0.4.0](https://github.com/lwoggardner/ffi-libfuse/compare/v0.3.4...v0.4.0) (2024-01-21)


### ⚠ BREAKING CHANGES

* **filesystem:** Fuse callbacks :init and :destroy are no longer passed on to sub-filesystems.
* **adapters:** Adapter::Debug now includes Adapter::Safe.
* Option parsing errors via raise exception rather than return false/nil

### Features

* **adapters:** Adapter::Debug now includes Adapter::Safe. ([a595304](https://github.com/lwoggardner/ffi-libfuse/commit/a59530427d7eb85961a724969eaa6ec099c5e4f6))
* **filesystem:** Support :rename operation in virtual filesystems ([a595304](https://github.com/lwoggardner/ffi-libfuse/commit/a59530427d7eb85961a724969eaa6ec099c5e4f6))
* **filesystem:** Support symlinks and hardlinks in virtual filesystems (VirtualDir/MemoryFS) ([a595304](https://github.com/lwoggardner/ffi-libfuse/commit/a59530427d7eb85961a724969eaa6ec099c5e4f6))
* Option parsing errors via raise exception rather than return false/nil ([a595304](https://github.com/lwoggardner/ffi-libfuse/commit/a59530427d7eb85961a724969eaa6ec099c5e4f6))


### Bug Fixes

* **fuse2compat:** Enhanced Fuse2 compatibility in Fuse2Compat module ([a595304](https://github.com/lwoggardner/ffi-libfuse/commit/a59530427d7eb85961a724969eaa6ec099c5e4f6))
* symlinks and hard links ([a595304](https://github.com/lwoggardner/ffi-libfuse/commit/a59530427d7eb85961a724969eaa6ec099c5e4f6))

## [0.3.4](https://github.com/lwoggardner/ffi-libfuse/compare/v0.3.3...v0.3.4) (2023-01-08)


Expand Down
2 changes: 1 addition & 1 deletion lib/ffi/libfuse/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
module FFI
# Ruby FFI Binding for [libfuse](https://github.com/libfuse/libfuse)
module Libfuse
VERSION = '0.3.5'
VERSION = '0.4.0'
end
end

0 comments on commit 8ba8f07

Please sign in to comment.