Skip to content
  • dependabot[bot]'s avatar
    Bump aquamarine from 0.3.2 to 0.4.0 (#2882) · 9d80735a
    dependabot[bot] authored
    
    
    Bumps [aquamarine](https://github.com/mersinvald/aquamarine) from 0.3.2
    to 0.4.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/mersinvald/aquamarine/releases">aquamarine's
    releases</a>.</em></p>
    <blockquote>
    <h2>0.4.0</h2>
    <h2>Breaking Changes</h2>
    <ul>
    <li><code>path</code> attribute is no longer supported for importing
    diagrams from external files</li>
    </ul>
    <h2>Features</h2>
    <ul>
    <li><code>include_mmd!</code> macro-like syntax for embedding diagrams
    from files</li>
    <li>multiple diagrams can now be imported from filesystem per documented
    entity</li>
    <li>imported diagrams can now be placed freely at any place inside the
    doc comment</li>
    </ul>
    <h2>Miscellaneous</h2>
    <ul>
    <li>syn bumped to version 2 (PR <a
    href="https://redirect.github.com/mersinvald/aquamarine/issues/42">#42</a>
    by <a href="https://github.com/maurer">maurer</a>)</li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/mersinvald/aquamarine/compare/v0.3.2...v0.4.0">https://github.com/mersinvald/aquamarine/compare/v0.3.2...v0.4.0</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/mersinvald/aquamarine/blob/master/CHANGELOG.md">aquamarine's
    changelog</a>.</em></p>
    <blockquote>
    <h3>v0.4.0 (2023-12-13)</h3>
    <h4>Breaking Changes</h4>
    <ul>
    <li><code>path</code> attribute is no longer supported for importing
    diagrams from external files</li>
    </ul>
    <h4>Features</h4>
    <ul>
    <li><code>include_mmd!</code> macro-like syntax for embedding diagrams
    from files</li>
    <li>multiple diagrams can now be imported from filesystem per documented
    entity</li>
    <li>imported diagrams can now be placed freely at any place inside the
    doc comment</li>
    </ul>
    <h4>Miscellaneous</h4>
    <ul>
    <li>syn bumped to version 2 (PR <a
    href="https://redirect.github.com/mersinvald/aquamarine/issues/42">#42</a>
    by <a href="https://github.com/maurer">maurer</a></li>
    </ul>
    <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
    <h3>v0.3.1 (2023-04-17)</h3>
    <h4>Features</h4>
    <ul>
    <li>mermaid is updated to v10 (PR <a
    href="https://redirect.github.com/mersinvald/aquamarine/issues/46">#46</a>
    by <a href="https://github.com/frehberg">frehberg</a>)</li>
    <li>better handling of a failure to load mermaidjs (PR <a
    href="https://redirect.github.com/mersinvald/aquamarine/issues/46">#46</a>
    by <a href="https://github.com/frehberg">frehberg</a>)</li>
    </ul>
    <h4>Miscellaneous</h4>
    <ul>
    <li>add Frehberg as a maintainer on GitHub, and package owner on
    Crates.io</li>
    </ul>
    <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
    <h3>v0.3.0 (2023-02-16)</h3>
    <h4>Maintenance</h4>
    <ul>
    <li>update dependencies</li>
    </ul>
    <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
    <h3>v0.2.2 (2023-02-02)</h3>
    <h4>Bug Fixes</h4>
    <ul>
    <li>gracefully handle failure to write mermaid.js files (<a
    href="https://github.com/mersinvald/aquamarine/blob/master/514c67c9">https://github.com/mersinvald/aquamarine/blob/master/514c67c9</a>)</li>
    </ul>
    <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
    <h3>v0.2.1 (2023-02-01)</h3>
    <h4>Maintenance</h4>
    <ul>
    <li>MermaidJS updated to version 9.3.0</li>
    </ul>
    <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/mersinvald/aquamarine/commit/480897b2e8572530a2d09c0a6ed556dbc989bfa2"><code>480897b</code></a>
    chore: version 0.4.0</li>
    <li><a
    href="https://github.com/mersinvald/aquamarine/commit/f78120db7780b678b0ce1f29fbf663db277e378e"><code>f78120d</code></a>
    feat: multiple fs imports, free placement of imported diagrams</li>
    <li><a
    href="https://github.com/mersinvald/aquamarine/commit/4cd047c991e9289c12a0725363cda0f7d2df10d7"><code>4cd047c</code></a>
    chore: less strict syn2 semver</li>
    <li><a
    href="https://github.com/mersinvald/aquamarine/commit/1a092e51e80522fd00ef9655e9a6fd9039f2aa90"><code>1a092e5</code></a>
    Merge pull request <a
    href="https://redirect.github.com/mersinvald/aquamarine/issues/42">#42</a>
    from maurer/syn-2-update</li>
    <li><a
    href="https://github.com/mersinvald/aquamarine/commit/525a00a8396cb3c925e66657c3721afbe4797a6b"><code>525a00a</code></a>
    chore: fix demo crate dependencies</li>
    <li><a
    href="https://github.com/mersinvald/aquamarine/commit/50a0b238ea4a08aa6bb0ddbe4cc774e409e9a188"><code>50a0b23</code></a>
    chore: fix demo crate links</li>
    <li><a
    href="https://github.com/mersinvald/aquamarine/commit/e3211bb9c345e2cf9a2c2555f6f5d2c4b4166fd5"><code>e3211bb</code></a>
    hotfix: malformed string literals in mermaid.js diagrams of a demo
    crate</li>
    <li><a
    href="https://github.com/mersinvald/aquamarine/commit/c135a84214c4c6571ee781f3a09d8258b276adf4"><code>c135a84</code></a>
    Update to syn-2</li>
    <li>See full diff in <a
    href="https://github.com/mersinvald/aquamarine/compare/v0.3.2...v0.4.0">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=aquamarine&package-manager=cargo&previous-version=0.3.2&new-version=0.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore <dependency name> major version` will close this
    group update PR and stop Dependabot creating any more for the specific
    dependency's major version (unless you unignore this specific
    dependency's major version or upgrade to it yourself)
    - `@dependabot ignore <dependency name> minor version` will close this
    group update PR and stop Dependabot creating any more for the specific
    dependency's minor version (unless you unignore this specific
    dependency's minor version or upgrade to it yourself)
    - `@dependabot ignore <dependency name>` will close this group update PR
    and stop Dependabot creating any more for the specific dependency
    (unless you unignore this specific dependency or upgrade to it yourself)
    - `@dependabot unignore <dependency name>` will remove all of the ignore
    conditions of the specified dependency
    - `@dependabot unignore <dependency name> <ignore condition>` will
    remove the ignore condition of the specified dependency and ignore
    conditions
    
    
    </details>
    
    Signed-off-by: default avatardependabot[bot] <[email protected]>
    Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    9d80735a