Releases: ocomsoft/morphic
Release list
Release v1.12.0
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 --versionWindows (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 --versionAvailable Downloads
morphic-linux-amd64- Linux x86_64morphic-linux-arm64- Linux ARM64morphic-darwin-amd64- macOS Intelmorphic-darwin-arm64- macOS Apple Siliconmorphic-windows-amd64.exe- Windows x86_64morphic-windows-arm64.exe- Windows ARM64checksums.txt- SHA256 checksums for verification
Verification
Verify your download with SHA256 checksums:
sha256sum -c checksums.txtGetting 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 --helpFor detailed documentation and examples, visit our GitHub repository.
Full Changelog: v1.11.1...v1.12.0
Release v1.11.1
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 --versionWindows (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 --versionAvailable Downloads
morphic-linux-amd64- Linux x86_64morphic-linux-arm64- Linux ARM64morphic-darwin-amd64- macOS Intelmorphic-darwin-arm64- macOS Apple Siliconmorphic-windows-amd64.exe- Windows x86_64morphic-windows-arm64.exe- Windows ARM64checksums.txt- SHA256 checksums for verification
Verification
Verify your download with SHA256 checksums:
sha256sum -c checksums.txtGetting 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 --helpFor detailed documentation and examples, visit our GitHub repository.
Full Changelog: v1.11.0...v1.11.1
Release v1.11.0
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 --versionWindows (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 --versionAvailable Downloads
morphic-linux-amd64- Linux x86_64morphic-linux-arm64- Linux ARM64morphic-darwin-amd64- macOS Intelmorphic-darwin-arm64- macOS Apple Siliconmorphic-windows-amd64.exe- Windows x86_64morphic-windows-arm64.exe- Windows ARM64checksums.txt- SHA256 checksums for verification
Verification
Verify your download with SHA256 checksums:
sha256sum -c checksums.txtGetting 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 --helpFor detailed documentation and examples, visit our GitHub repository.
Full Changelog: v1.10.1...v1.11.0
Release v1.10.1
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 --versionWindows (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 --versionAvailable Downloads
morphic-linux-amd64- Linux x86_64morphic-linux-arm64- Linux ARM64morphic-darwin-amd64- macOS Intelmorphic-darwin-arm64- macOS Apple Siliconmorphic-windows-amd64.exe- Windows x86_64morphic-windows-arm64.exe- Windows ARM64checksums.txt- SHA256 checksums for verification
Verification
Verify your download with SHA256 checksums:
sha256sum -c checksums.txtGetting 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 --helpFor detailed documentation and examples, visit our GitHub repository.
Full Changelog: v1.10.0...v1.10.1
Release v1.10.0
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 --versionWindows (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 --versionAvailable Downloads
morphic-linux-amd64- Linux x86_64morphic-linux-arm64- Linux ARM64morphic-darwin-amd64- macOS Intelmorphic-darwin-arm64- macOS Apple Siliconmorphic-windows-amd64.exe- Windows x86_64morphic-windows-arm64.exe- Windows ARM64checksums.txt- SHA256 checksums for verification
Verification
Verify your download with SHA256 checksums:
sha256sum -c checksums.txtGetting 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 --helpFor detailed documentation and examples, visit our GitHub repository.
Full Changelog: v1.9.0...v1.10.0
Release v1.9.0
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 --versionWindows (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 --versionAvailable Downloads
morphic-linux-amd64- Linux x86_64morphic-linux-arm64- Linux ARM64morphic-darwin-amd64- macOS Intelmorphic-darwin-arm64- macOS Apple Siliconmorphic-windows-amd64.exe- Windows x86_64morphic-windows-arm64.exe- Windows ARM64checksums.txt- SHA256 checksums for verification
Verification
Verify your download with SHA256 checksums:
sha256sum -c checksums.txtGetting 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 --helpFor detailed documentation and examples, visit our GitHub repository.
Full Changelog: v1.8.10...v1.9.0
Release v1.8.10
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 --versionWindows (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 --versionAvailable Downloads
morphic-linux-amd64- Linux x86_64morphic-linux-arm64- Linux ARM64morphic-darwin-amd64- macOS Intelmorphic-darwin-arm64- macOS Apple Siliconmorphic-windows-amd64.exe- Windows x86_64morphic-windows-arm64.exe- Windows ARM64checksums.txt- SHA256 checksums for verification
Verification
Verify your download with SHA256 checksums:
sha256sum -c checksums.txtGetting 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 --helpFor detailed documentation and examples, visit our GitHub repository.
Full Changelog: v1.8.9...v1.8.10
Release v1.8.9
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 --versionWindows (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 --versionAvailable Downloads
morphic-linux-amd64- Linux x86_64morphic-linux-arm64- Linux ARM64morphic-darwin-amd64- macOS Intelmorphic-darwin-arm64- macOS Apple Siliconmorphic-windows-amd64.exe- Windows x86_64morphic-windows-arm64.exe- Windows ARM64checksums.txt- SHA256 checksums for verification
Verification
Verify your download with SHA256 checksums:
sha256sum -c checksums.txtGetting 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 --helpFor detailed documentation and examples, visit our GitHub repository.
Full Changelog: v1.8.8...v1.8.9
Release v1.8.8
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 --versionWindows (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 --versionAvailable Downloads
morphic-linux-amd64- Linux x86_64morphic-linux-arm64- Linux ARM64morphic-darwin-amd64- macOS Intelmorphic-darwin-arm64- macOS Apple Siliconmorphic-windows-amd64.exe- Windows x86_64morphic-windows-arm64.exe- Windows ARM64checksums.txt- SHA256 checksums for verification
Verification
Verify your download with SHA256 checksums:
sha256sum -c checksums.txtGetting 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 --helpFor detailed documentation and examples, visit our GitHub repository.
Full Changelog: v1.8.7...v1.8.8
Release v1.8.7
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 --versionWindows (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 --versionAvailable Downloads
morphic-linux-amd64- Linux x86_64morphic-linux-arm64- Linux ARM64morphic-darwin-amd64- macOS Intelmorphic-darwin-arm64- macOS Apple Siliconmorphic-windows-amd64.exe- Windows x86_64morphic-windows-arm64.exe- Windows ARM64checksums.txt- SHA256 checksums for verification
Verification
Verify your download with SHA256 checksums:
sha256sum -c checksums.txtGetting 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 --helpFor detailed documentation and examples, visit our GitHub repository.
Full Changelog: v1.8.6...v1.8.7