-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#128 Add/Allow duplicate properties #129
Merged
zonyitoo
merged 8 commits into
zonyitoo:master
from
RouHim:feature/128-add-duplicate-properties
Apr 12, 2024
Merged
#128 Add/Allow duplicate properties #129
zonyitoo
merged 8 commits into
zonyitoo:master
from
RouHim:feature/128-add-duplicate-properties
Apr 12, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ah, ha.. The line breaks are |
Ok, I'm going to fix that. |
Should be fine now. |
This reverts commit a398464.
RouHim
changed the title
Feature/128 add duplicate properties
128: Add/Allow duplicate properties
Apr 10, 2024
RouHim
changed the title
128: Add/Allow duplicate properties
#128 Add/Allow duplicate properties
Apr 10, 2024
Aargh, windows is really annoying :D Sorry for that. |
renovate bot
referenced
this pull request
in runtime-env/import-meta-env
Aug 3, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [rust-ini](https://togithub.com/zonyitoo/rust-ini) | dependencies | patch | `0.21.0` -> `0.21.1` | --- ### Release Notes <details> <summary>zonyitoo/rust-ini (rust-ini)</summary> ### [`v0.21.1`](https://togithub.com/zonyitoo/rust-ini/releases/tag/v0.21.1) [Compare Source](https://togithub.com/zonyitoo/rust-ini/compare/v0.21.0...v0.21.1) #### What's Changed - Deduplicate eof error handling by [@​GnomedDev](https://togithub.com/GnomedDev) in [https://github.com/zonyitoo/rust-ini/pull/127](https://togithub.com/zonyitoo/rust-ini/pull/127) - [#​128](https://togithub.com/zonyitoo/rust-ini/issues/128) Add/Allow duplicate properties by [@​RouHim](https://togithub.com/RouHim) in [https://github.com/zonyitoo/rust-ini/pull/129](https://togithub.com/zonyitoo/rust-ini/pull/129) - Restrict lifetimes of SectionSetter methods by [@​rikyborg](https://togithub.com/rikyborg) in [https://github.com/zonyitoo/rust-ini/pull/135](https://togithub.com/zonyitoo/rust-ini/pull/135) #### New Contributors - [@​RouHim](https://togithub.com/RouHim) made their first contribution in [https://github.com/zonyitoo/rust-ini/pull/129](https://togithub.com/zonyitoo/rust-ini/pull/129) - [@​rikyborg](https://togithub.com/rikyborg) made their first contribution in [https://github.com/zonyitoo/rust-ini/pull/135](https://togithub.com/zonyitoo/rust-ini/pull/135) **Full Changelog**: zonyitoo/rust-ini@v0.21.0...v0.21.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/runtime-env/import-meta-env). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Solves #128