Skip to content

Releases: ocomsoft/morphic

Release v1.12.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 01:42

Release v1.12.0

Django-style Migration Generator for Go

This release provides cross-platform binaries for the morphic tool.

Supported Platforms

  • Linux: amd64, arm64
  • macOS: amd64 (Intel), arm64 (Apple Silicon)
  • Windows: amd64, arm64

Quick Installation

Linux/macOS

# Download and install (replace with your platform/arch)
curl -L "https://github.com/ocomsoft/morphic/releases/download/v1.12.0/morphic-linux-amd64" -o morphic
chmod +x morphic
sudo mv morphic /usr/local/bin/

# Verify installation
morphic --version

Windows (PowerShell)

# Download (replace with your architecture)
Invoke-WebRequest -Uri "https://github.com/ocomsoft/morphic/releases/download/v1.12.0/morphic-windows-amd64.exe" -OutFile "morphic.exe"

# Add to PATH or use directly
.\morphic.exe --version

Available Downloads

  • morphic-linux-amd64 - Linux x86_64
  • morphic-linux-arm64 - Linux ARM64
  • morphic-darwin-amd64 - macOS Intel
  • morphic-darwin-arm64 - macOS Apple Silicon
  • morphic-windows-amd64.exe - Windows x86_64
  • morphic-windows-arm64.exe - Windows ARM64
  • checksums.txt - SHA256 checksums for verification

Verification

Verify your download with SHA256 checksums:

sha256sum -c checksums.txt

Getting Started

# Initialize a new project
morphic init

# Generate migrations from YAML schemas
morphic generate

# Convert Go structs to YAML schema
morphic struct2schema

# Get help
morphic --help

For detailed documentation and examples, visit our GitHub repository.

Full Changelog: v1.11.1...v1.12.0

Release v1.11.1

Choose a tag to compare

@github-actions github-actions released this 01 Jul 06:24

Release v1.11.1

Django-style Migration Generator for Go

This release provides cross-platform binaries for the morphic tool.

Supported Platforms

  • Linux: amd64, arm64
  • macOS: amd64 (Intel), arm64 (Apple Silicon)
  • Windows: amd64, arm64

Quick Installation

Linux/macOS

# Download and install (replace with your platform/arch)
curl -L "https://github.com/ocomsoft/morphic/releases/download/v1.11.1/morphic-linux-amd64" -o morphic
chmod +x morphic
sudo mv morphic /usr/local/bin/

# Verify installation
morphic --version

Windows (PowerShell)

# Download (replace with your architecture)
Invoke-WebRequest -Uri "https://github.com/ocomsoft/morphic/releases/download/v1.11.1/morphic-windows-amd64.exe" -OutFile "morphic.exe"

# Add to PATH or use directly
.\morphic.exe --version

Available Downloads

  • morphic-linux-amd64 - Linux x86_64
  • morphic-linux-arm64 - Linux ARM64
  • morphic-darwin-amd64 - macOS Intel
  • morphic-darwin-arm64 - macOS Apple Silicon
  • morphic-windows-amd64.exe - Windows x86_64
  • morphic-windows-arm64.exe - Windows ARM64
  • checksums.txt - SHA256 checksums for verification

Verification

Verify your download with SHA256 checksums:

sha256sum -c checksums.txt

Getting Started

# Initialize a new project
morphic init

# Generate migrations from YAML schemas
morphic generate

# Convert Go structs to YAML schema
morphic struct2schema

# Get help
morphic --help

For detailed documentation and examples, visit our GitHub repository.

Full Changelog: v1.11.0...v1.11.1

Release v1.11.0

Choose a tag to compare

@github-actions github-actions released this 26 Jun 05:42

Release v1.11.0

Django-style Migration Generator for Go

This release provides cross-platform binaries for the morphic tool.

Supported Platforms

  • Linux: amd64, arm64
  • macOS: amd64 (Intel), arm64 (Apple Silicon)
  • Windows: amd64, arm64

Quick Installation

Linux/macOS

# Download and install (replace with your platform/arch)
curl -L "https://github.com/ocomsoft/morphic/releases/download/v1.11.0/morphic-linux-amd64" -o morphic
chmod +x morphic
sudo mv morphic /usr/local/bin/

# Verify installation
morphic --version

Windows (PowerShell)

# Download (replace with your architecture)
Invoke-WebRequest -Uri "https://github.com/ocomsoft/morphic/releases/download/v1.11.0/morphic-windows-amd64.exe" -OutFile "morphic.exe"

# Add to PATH or use directly
.\morphic.exe --version

Available Downloads

  • morphic-linux-amd64 - Linux x86_64
  • morphic-linux-arm64 - Linux ARM64
  • morphic-darwin-amd64 - macOS Intel
  • morphic-darwin-arm64 - macOS Apple Silicon
  • morphic-windows-amd64.exe - Windows x86_64
  • morphic-windows-arm64.exe - Windows ARM64
  • checksums.txt - SHA256 checksums for verification

Verification

Verify your download with SHA256 checksums:

sha256sum -c checksums.txt

Getting Started

# Initialize a new project
morphic init

# Generate migrations from YAML schemas
morphic generate

# Convert Go structs to YAML schema
morphic struct2schema

# Get help
morphic --help

For detailed documentation and examples, visit our GitHub repository.

Full Changelog: v1.10.1...v1.11.0

Release v1.10.1

Choose a tag to compare

@github-actions github-actions released this 26 Jun 05:41

Release v1.10.1

Django-style Migration Generator for Go

This release provides cross-platform binaries for the morphic tool.

Supported Platforms

  • Linux: amd64, arm64
  • macOS: amd64 (Intel), arm64 (Apple Silicon)
  • Windows: amd64, arm64

Quick Installation

Linux/macOS

# Download and install (replace with your platform/arch)
curl -L "https://github.com/ocomsoft/morphic/releases/download/v1.10.1/morphic-linux-amd64" -o morphic
chmod +x morphic
sudo mv morphic /usr/local/bin/

# Verify installation
morphic --version

Windows (PowerShell)

# Download (replace with your architecture)
Invoke-WebRequest -Uri "https://github.com/ocomsoft/morphic/releases/download/v1.10.1/morphic-windows-amd64.exe" -OutFile "morphic.exe"

# Add to PATH or use directly
.\morphic.exe --version

Available Downloads

  • morphic-linux-amd64 - Linux x86_64
  • morphic-linux-arm64 - Linux ARM64
  • morphic-darwin-amd64 - macOS Intel
  • morphic-darwin-arm64 - macOS Apple Silicon
  • morphic-windows-amd64.exe - Windows x86_64
  • morphic-windows-arm64.exe - Windows ARM64
  • checksums.txt - SHA256 checksums for verification

Verification

Verify your download with SHA256 checksums:

sha256sum -c checksums.txt

Getting Started

# Initialize a new project
morphic init

# Generate migrations from YAML schemas
morphic generate

# Convert Go structs to YAML schema
morphic struct2schema

# Get help
morphic --help

For detailed documentation and examples, visit our GitHub repository.

Full Changelog: v1.10.0...v1.10.1

Release v1.10.0

Choose a tag to compare

@github-actions github-actions released this 26 Jun 05:34

Release v1.10.0

Django-style Migration Generator for Go

This release provides cross-platform binaries for the morphic tool.

Supported Platforms

  • Linux: amd64, arm64
  • macOS: amd64 (Intel), arm64 (Apple Silicon)
  • Windows: amd64, arm64

Quick Installation

Linux/macOS

# Download and install (replace with your platform/arch)
curl -L "https://github.com/ocomsoft/morphic/releases/download/v1.10.0/morphic-linux-amd64" -o morphic
chmod +x morphic
sudo mv morphic /usr/local/bin/

# Verify installation
morphic --version

Windows (PowerShell)

# Download (replace with your architecture)
Invoke-WebRequest -Uri "https://github.com/ocomsoft/morphic/releases/download/v1.10.0/morphic-windows-amd64.exe" -OutFile "morphic.exe"

# Add to PATH or use directly
.\morphic.exe --version

Available Downloads

  • morphic-linux-amd64 - Linux x86_64
  • morphic-linux-arm64 - Linux ARM64
  • morphic-darwin-amd64 - macOS Intel
  • morphic-darwin-arm64 - macOS Apple Silicon
  • morphic-windows-amd64.exe - Windows x86_64
  • morphic-windows-arm64.exe - Windows ARM64
  • checksums.txt - SHA256 checksums for verification

Verification

Verify your download with SHA256 checksums:

sha256sum -c checksums.txt

Getting Started

# Initialize a new project
morphic init

# Generate migrations from YAML schemas
morphic generate

# Convert Go structs to YAML schema
morphic struct2schema

# Get help
morphic --help

For detailed documentation and examples, visit our GitHub repository.

Full Changelog: v1.9.0...v1.10.0

Release v1.9.0

Choose a tag to compare

@github-actions github-actions released this 25 Jun 02:41

Release v1.9.0

Django-style Migration Generator for Go

This release provides cross-platform binaries for the morphic tool.

Supported Platforms

  • Linux: amd64, arm64
  • macOS: amd64 (Intel), arm64 (Apple Silicon)
  • Windows: amd64, arm64

Quick Installation

Linux/macOS

# Download and install (replace with your platform/arch)
curl -L "https://github.com/ocomsoft/morphic/releases/download/v1.9.0/morphic-linux-amd64" -o morphic
chmod +x morphic
sudo mv morphic /usr/local/bin/

# Verify installation
morphic --version

Windows (PowerShell)

# Download (replace with your architecture)
Invoke-WebRequest -Uri "https://github.com/ocomsoft/morphic/releases/download/v1.9.0/morphic-windows-amd64.exe" -OutFile "morphic.exe"

# Add to PATH or use directly
.\morphic.exe --version

Available Downloads

  • morphic-linux-amd64 - Linux x86_64
  • morphic-linux-arm64 - Linux ARM64
  • morphic-darwin-amd64 - macOS Intel
  • morphic-darwin-arm64 - macOS Apple Silicon
  • morphic-windows-amd64.exe - Windows x86_64
  • morphic-windows-arm64.exe - Windows ARM64
  • checksums.txt - SHA256 checksums for verification

Verification

Verify your download with SHA256 checksums:

sha256sum -c checksums.txt

Getting Started

# Initialize a new project
morphic init

# Generate migrations from YAML schemas
morphic generate

# Convert Go structs to YAML schema
morphic struct2schema

# Get help
morphic --help

For detailed documentation and examples, visit our GitHub repository.

Full Changelog: v1.8.10...v1.9.0

Release v1.8.10

Choose a tag to compare

@github-actions github-actions released this 05 Jun 03:50

Release v1.8.10

Django-style Migration Generator for Go

This release provides cross-platform binaries for the morphic tool.

Supported Platforms

  • Linux: amd64, arm64
  • macOS: amd64 (Intel), arm64 (Apple Silicon)
  • Windows: amd64, arm64

Quick Installation

Linux/macOS

# Download and install (replace with your platform/arch)
curl -L "https://github.com/ocomsoft/morphic/releases/download/v1.8.10/morphic-linux-amd64" -o morphic
chmod +x morphic
sudo mv morphic /usr/local/bin/

# Verify installation
morphic --version

Windows (PowerShell)

# Download (replace with your architecture)
Invoke-WebRequest -Uri "https://github.com/ocomsoft/morphic/releases/download/v1.8.10/morphic-windows-amd64.exe" -OutFile "morphic.exe"

# Add to PATH or use directly
.\morphic.exe --version

Available Downloads

  • morphic-linux-amd64 - Linux x86_64
  • morphic-linux-arm64 - Linux ARM64
  • morphic-darwin-amd64 - macOS Intel
  • morphic-darwin-arm64 - macOS Apple Silicon
  • morphic-windows-amd64.exe - Windows x86_64
  • morphic-windows-arm64.exe - Windows ARM64
  • checksums.txt - SHA256 checksums for verification

Verification

Verify your download with SHA256 checksums:

sha256sum -c checksums.txt

Getting Started

# Initialize a new project
morphic init

# Generate migrations from YAML schemas
morphic generate

# Convert Go structs to YAML schema
morphic struct2schema

# Get help
morphic --help

For detailed documentation and examples, visit our GitHub repository.

Full Changelog: v1.8.9...v1.8.10

Release v1.8.9

Choose a tag to compare

@github-actions github-actions released this 05 Jun 03:44

Release v1.8.9

Django-style Migration Generator for Go

This release provides cross-platform binaries for the morphic tool.

Supported Platforms

  • Linux: amd64, arm64
  • macOS: amd64 (Intel), arm64 (Apple Silicon)
  • Windows: amd64, arm64

Quick Installation

Linux/macOS

# Download and install (replace with your platform/arch)
curl -L "https://github.com/ocomsoft/morphic/releases/download/v1.8.9/morphic-linux-amd64" -o morphic
chmod +x morphic
sudo mv morphic /usr/local/bin/

# Verify installation
morphic --version

Windows (PowerShell)

# Download (replace with your architecture)
Invoke-WebRequest -Uri "https://github.com/ocomsoft/morphic/releases/download/v1.8.9/morphic-windows-amd64.exe" -OutFile "morphic.exe"

# Add to PATH or use directly
.\morphic.exe --version

Available Downloads

  • morphic-linux-amd64 - Linux x86_64
  • morphic-linux-arm64 - Linux ARM64
  • morphic-darwin-amd64 - macOS Intel
  • morphic-darwin-arm64 - macOS Apple Silicon
  • morphic-windows-amd64.exe - Windows x86_64
  • morphic-windows-arm64.exe - Windows ARM64
  • checksums.txt - SHA256 checksums for verification

Verification

Verify your download with SHA256 checksums:

sha256sum -c checksums.txt

Getting Started

# Initialize a new project
morphic init

# Generate migrations from YAML schemas
morphic generate

# Convert Go structs to YAML schema
morphic struct2schema

# Get help
morphic --help

For detailed documentation and examples, visit our GitHub repository.

Full Changelog: v1.8.8...v1.8.9

Release v1.8.8

Choose a tag to compare

@github-actions github-actions released this 05 Jun 03:01

Release v1.8.8

Django-style Migration Generator for Go

This release provides cross-platform binaries for the morphic tool.

Supported Platforms

  • Linux: amd64, arm64
  • macOS: amd64 (Intel), arm64 (Apple Silicon)
  • Windows: amd64, arm64

Quick Installation

Linux/macOS

# Download and install (replace with your platform/arch)
curl -L "https://github.com/ocomsoft/morphic/releases/download/v1.8.8/morphic-linux-amd64" -o morphic
chmod +x morphic
sudo mv morphic /usr/local/bin/

# Verify installation
morphic --version

Windows (PowerShell)

# Download (replace with your architecture)
Invoke-WebRequest -Uri "https://github.com/ocomsoft/morphic/releases/download/v1.8.8/morphic-windows-amd64.exe" -OutFile "morphic.exe"

# Add to PATH or use directly
.\morphic.exe --version

Available Downloads

  • morphic-linux-amd64 - Linux x86_64
  • morphic-linux-arm64 - Linux ARM64
  • morphic-darwin-amd64 - macOS Intel
  • morphic-darwin-arm64 - macOS Apple Silicon
  • morphic-windows-amd64.exe - Windows x86_64
  • morphic-windows-arm64.exe - Windows ARM64
  • checksums.txt - SHA256 checksums for verification

Verification

Verify your download with SHA256 checksums:

sha256sum -c checksums.txt

Getting Started

# Initialize a new project
morphic init

# Generate migrations from YAML schemas
morphic generate

# Convert Go structs to YAML schema
morphic struct2schema

# Get help
morphic --help

For detailed documentation and examples, visit our GitHub repository.

Full Changelog: v1.8.7...v1.8.8

Release v1.8.7

Choose a tag to compare

@github-actions github-actions released this 05 Jun 01:51

Release v1.8.7

Django-style Migration Generator for Go

This release provides cross-platform binaries for the morphic tool.

Supported Platforms

  • Linux: amd64, arm64
  • macOS: amd64 (Intel), arm64 (Apple Silicon)
  • Windows: amd64, arm64

Quick Installation

Linux/macOS

# Download and install (replace with your platform/arch)
curl -L "https://github.com/ocomsoft/morphic/releases/download/v1.8.7/morphic-linux-amd64" -o morphic
chmod +x morphic
sudo mv morphic /usr/local/bin/

# Verify installation
morphic --version

Windows (PowerShell)

# Download (replace with your architecture)
Invoke-WebRequest -Uri "https://github.com/ocomsoft/morphic/releases/download/v1.8.7/morphic-windows-amd64.exe" -OutFile "morphic.exe"

# Add to PATH or use directly
.\morphic.exe --version

Available Downloads

  • morphic-linux-amd64 - Linux x86_64
  • morphic-linux-arm64 - Linux ARM64
  • morphic-darwin-amd64 - macOS Intel
  • morphic-darwin-arm64 - macOS Apple Silicon
  • morphic-windows-amd64.exe - Windows x86_64
  • morphic-windows-arm64.exe - Windows ARM64
  • checksums.txt - SHA256 checksums for verification

Verification

Verify your download with SHA256 checksums:

sha256sum -c checksums.txt

Getting Started

# Initialize a new project
morphic init

# Generate migrations from YAML schemas
morphic generate

# Convert Go structs to YAML schema
morphic struct2schema

# Get help
morphic --help

For detailed documentation and examples, visit our GitHub repository.

Full Changelog: v1.8.6...v1.8.7