chore: bump to 0.1.1 for a tag carrying the monogram fix - #9
Merged
Conversation
observability-studio pins `smooai-ui` at `tag = "v0.1.0"` — a lightweight tag on the INITIAL commit, so it predates f230808 ("restore the inner 'S' curve and the dot") and has been rendering the S-less, dot-less monogram ever since. smooblue is unaffected; it tracks `branch = "main"`. v0.1.0 is pinned and stays untouched. This bumps the version so the new v0.1.1 tag does not ship a manifest still claiming 0.1.0 — the same stale-constants-in- a-tag defect the version-lockstep work in clickhouse-kit just removed. Both version-bearing spots: Cargo.toml and lib.rs's html_root_url. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0152bbE1veqfG1SVJdyLCBxC
|
This file contains hidden or 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
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.
observability-studiopinssmooai-uiattag = "v0.1.0"— a lightweight tag on the initial commit (60426f1), so it predatesf230808("restore the inner 'S' curve and the dot") and has been rendering the S-less, dot-less monogram ever since. Verified:v0.1.0:shared/monogram.svgdiffers frommain's.smooblue is unaffected (tracks
branch = "main"). ThethCLI is unaffected too — it consumessmooai-client-sharedforauthonly; theuimodule compiles becausedefault = ["ui"], but the SVG sits in the binary as a dead constant nothing draws.v0.1.0stays untouched — it is pinned. This bumps the version so the newv0.1.1tag doesn't ship a manifest still claiming0.1.0, which is the same stale-constants-in-a-tag defect the version-lockstep work just removed from clickhouse-kit. Both version-bearing spots updated:Cargo.tomlandlib.rs'shtml_root_url.v0.1.1gets tagged on the merge commit soobservability-studiocan move its pin.🤖 Generated with Claude Code
https://claude.ai/code/session_0152bbE1veqfG1SVJdyLCBxC